Skip to content

Commit

Permalink
Install required gems for test
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 16, 2024
1 parent 4670f8f commit 974f5f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Install as gem
run: |
rake install
ruby -e 'exec "gem", "install", *ARGF.read.scan(/^ *gem "\K.*(?=")/)' Gemfile
- name: Test
run: |
ruby -run -e mkdir -- tmp
Expand Down

0 comments on commit 974f5f3

Please sign in to comment.