From 14a93579f14a5c8868fda3ee30738b9d867c20e4 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Tue, 17 Aug 2021 16:29:19 +0200 Subject: [PATCH] Do not use Gemfile.next for spec workflow --- .github/workflows/spec.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index ab809c74..9431e8b4 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -32,11 +32,6 @@ jobs: suite: [models, features, controllers, ability, leftovers] steps: - uses: actions/checkout@v2 - - name: Sets env vars for next-rails - run: | - echo "BUNDLE_GEMFILE=Gemfile.next" >> $GITHUB_ENV - echo "BUNDLE_CACHE_PATH=vendor/cache.next" >> $GITHUB_ENV - if: contains(github.head_ref, 'next-rails') - uses: ruby/setup-ruby@v1 with: ruby-version: 2.5