Skip to content

Commit

Permalink
bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-shaw committed Jun 28, 2024
1 parent 5529225 commit 7574453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1

- name: Install gems
run: bundle install

- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 7574453

Please sign in to comment.