Skip to content

Commit

Permalink
Add a bundle exec rake install step to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mterada1228 committed Sep 5, 2024
1 parent 3eb7304 commit 1c2bbd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
RDOC_USE_PRISM_PARSER: true
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
run: bundle exec rake rdoc
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
run: bundle exec rake install
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1c2bbd3

Please sign in to comment.