We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c00be7 commit 358aae5Copy full SHA for 358aae5
.github/workflows/main.yml
@@ -46,6 +46,7 @@ jobs:
46
ruby-version: ${{ matrix.ruby_version }}
47
- name: Build and run test
48
run: |
49
+ bundle -v
50
bundle
51
bundle exec appraisal rails_${{ matrix.rails_version }} bundle
52
bundle exec appraisal rails_${{ matrix.rails_version }} rake
0 commit comments