Skip to content

Commit 1c2bbd3

Browse files
committed
Add a bundle exec rake install step to github workflow
1 parent 3eb7304 commit 1c2bbd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
RDOC_USE_PRISM_PARSER: true
5454
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
5555
run: bundle exec rake rdoc
56+
- if: ${{ matrix.ruby == 'head' && startsWith(matrix.os, 'ubuntu') }}
57+
run: bundle exec rake install
5658
lint:
5759
runs-on: ubuntu-latest
5860
steps:

0 commit comments

Comments
 (0)