We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b76af5 commit f5621b6Copy full SHA for f5621b6
.github/workflows/test.yml
@@ -14,10 +14,12 @@ jobs:
14
- uses: ruby/setup-ruby@v1
15
with:
16
ruby-version: ${{ matrix.ruby_version }}
17
- - run: "bundle install"
+ bundler-cache: true
18
- run: "bundle exec rake"
19
test-with-active-support:
20
runs-on: "ubuntu-latest"
21
+ env:
22
+ BUNDLE_GEMFILE: active-support.gemfile
23
strategy:
24
fail-fast: false
25
matrix:
@@ -27,9 +29,5 @@ jobs:
27
29
28
30
31
- - run: "bundle install "
- env:
32
- BUNDLE_GEMFILE: active-support.gemfile
33
- run: "bundle exec rake spec_with_active_support"
34
35
0 commit comments