Skip to content

Commit

Permalink
chore: invalidate cache
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Aug 8, 2024
1 parent b0bde60 commit c639e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
# bundler-cache: true
bundler-cache: true
cache-version: test-123
- run: "bundle exec rake"
test-with-rack-2:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c639e9a

Please sign in to comment.