Merge pull request #2843 from hennevogel/feature/two-workflows

Do not use Gemfile.next for spec workflow
This commit is contained in:
Henne Vogelsang 2021-08-17 16:32:40 +02:00 committed by GitHub
commit 86b2bd426a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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