Skip to content

Commit

Permalink
cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Sep 19, 2024
1 parent 814e0aa commit 862f5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
ruby-version: "${{ matrix.ruby-version }}"
bundler-cache: true
cache-version: 2
cache-version: 3
- run: sudo apt-get install redis-server
- run: bundle exec rake test:activejob

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
with:
ruby-version: "${{ matrix.ruby-version }}"
bundler-cache: true
cache-version: 2
cache-version: 3
- run: sudo apt-get install redis-server
- run: bundle exec rake test:activejob:integration

Expand Down

0 comments on commit 862f5b4

Please sign in to comment.