Skip to content

Commit

Permalink
reset this file
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Oct 18, 2024
1 parent 20d4935 commit 37f8439
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 @@ -45,7 +45,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/vendor/bundle
key: ${{ runner.os }}-${{ matrix.ruby }}-unit-gems-${{ hashFiles('apps/*/Gemfile.lock', 'Gemfile.lock') }}-2
key: ${{ runner.os }}-${{ matrix.ruby }}-unit-gems-${{ hashFiles('apps/*/Gemfile.lock', 'Gemfile.lock') }}-1

- name: Setup os dependencies
run: |
Expand Down

0 comments on commit 37f8439

Please sign in to comment.