Skip to content

Commit f5621b6

Browse files
josephyiJoseph Yi
and
Joseph Yi
authored
feat(CI): use setup-ruby's bundle installer and cache (#275)
Co-authored-by: Joseph Yi <[email protected]>
1 parent 2b76af5 commit f5621b6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414
- uses: ruby/setup-ruby@v1
1515
with:
1616
ruby-version: ${{ matrix.ruby_version }}
17-
- run: "bundle install"
17+
bundler-cache: true
1818
- run: "bundle exec rake"
1919
test-with-active-support:
2020
runs-on: "ubuntu-latest"
21+
env:
22+
BUNDLE_GEMFILE: active-support.gemfile
2123
strategy:
2224
fail-fast: false
2325
matrix:
@@ -27,9 +29,5 @@ jobs:
2729
- uses: ruby/setup-ruby@v1
2830
with:
2931
ruby-version: ${{ matrix.ruby_version }}
30-
- run: "bundle install "
31-
env:
32-
BUNDLE_GEMFILE: active-support.gemfile
32+
bundler-cache: true
3333
- run: "bundle exec rake spec_with_active_support"
34-
env:
35-
BUNDLE_GEMFILE: active-support.gemfile

0 commit comments

Comments
 (0)