File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed
Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 ruby-version : ${{ steps.determine-ruby-version.outputs.VERSION }}
2828 bundler-cache : true
29- - name : Install gems
30- run : |
31- gem update bundler
32- bundle
3329 - name : Run tests
3430 run : bundle exec rspec
Original file line number Diff line number Diff line change 2626 with :
2727 ruby-version : ${{ steps.determine-ruby-version.outputs.VERSION }}
2828 bundler-cache : true
29- - name : Install gems
30- run : |
31- gem update bundler
32- bundle
3329 - name : Run tests
3430 run : bundle exec rspec
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v3
19- - name : Determine ruby version
20- id : determine-ruby-version
21- run : |
22- VERSION=$(cat .ruby-version)
23- echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT"
2419 - name : Set up Ruby
2520 uses : ruby/setup-ruby@v1
2621 with :
27- ruby-version : ${{ steps.determine-ruby-version.outputs.VERSION }}
2822 bundler-cache : true
29- - name : Install gems
30- run : |
31- gem update bundler
32- bundle
3323 - name : Run tests
3424 run : bundle exec rspec
You can’t perform that action at this time.
0 commit comments