Skip to content

Commit 31ba2ec

Browse files
committed
fixup
1 parent 2e977c6 commit 31ba2ec

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
uses: ruby/setup-ruby@v1
3838
with:
3939
ruby-version: ${{ matrix.ruby-version }}
40-
- run: bundle install
40+
bundler-cache: false
41+
- name: Bundler
42+
env:
43+
BUNDLE_PATH: "vendor/${{ matrix.rails-version }}"
44+
run: bundle install
4145
- name: Run tests
42-
run: bin/rails test
46+
env:
47+
BUNDLE_PATH: "vendor/${{ matrix.rails-version }}"
48+
run: bin/test

0 commit comments

Comments
 (0)