Merge pull request #2843 from hennevogel/feature/two-workflows
Do not use Gemfile.next for spec workflow
This commit is contained in:
commit
86b2bd426a
1 changed files with 0 additions and 5 deletions
5
.github/workflows/spec.yml
vendored
5
.github/workflows/spec.yml
vendored
|
|
@ -32,11 +32,6 @@ jobs:
|
||||||
suite: [models, features, controllers, ability, leftovers]
|
suite: [models, features, controllers, ability, leftovers]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.5
|
ruby-version: 2.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue