Skip to content

Commit

Permalink
set bundler-cache to false
Browse files Browse the repository at this point in the history
  • Loading branch information
taitus committed Apr 11, 2024
1 parent 41d23da commit c9074d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
bundler-cache: false
- name: Setup NPM
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit c9074d9

Please sign in to comment.