We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397ac04 commit 770a291Copy full SHA for 770a291
.github/workflows/downstream.yml
@@ -36,6 +36,7 @@ jobs:
36
ruby-version: ${{matrix.ruby}}
37
- run: gem install bundler -v ">= 2.3.22" # for "add --path"
38
- run: bundle install --local || bundle install
39
+ - run: bundle exec rake download
40
- run: git clone --depth=1 ${{matrix.url}} ${{matrix.name}}
41
- name: ${{matrix.name}} test suite
42
working-directory: ${{matrix.name}}
0 commit comments