Skip to content

Commit

Permalink
use cache and remove step
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-shaw committed Jun 28, 2024
1 parent 7574453 commit c198337
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:

- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1

- name: Install gems
run: bundle install
with:
bundler-cache: true

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

0 comments on commit c198337

Please sign in to comment.