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 c639e9a commit 9422a62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
cache-version: test-123
- run: "bundle exec appraisal install"
- run: "bundle exec appraisal rack-2 rake"
test-with-active-support:
Expand All @@ -55,5 +56,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
cache-version: test-123
- run: "bundle exec appraisal install"
- run: "bundle exec appraisal activesupport rake spec_with_active_support"

0 comments on commit 9422a62

Please sign in to comment.