Skip to content

Commit

Permalink
Try to reset GH action gem cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Dantemss committed Oct 16, 2024
1 parent 3751dd0 commit b14cbce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 1
- name: Build assets
run: |
bundle install --jobs 4 --retry 3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 1

# Create data to be migrated and revert to PR merge commit
- name: Create data to be migrated
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 1
- name: Test
run: |
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit b14cbce

Please sign in to comment.