Skip to content

Commit

Permalink
Update GitHub Actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Feb 5, 2024
1 parent a62f855 commit 3831e19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
path: |
/tmp/maven-version-resolver-cache
/tmp/homes
key: ${{ runner.os }}-test-repositories
# See https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
key: test-repositories-${{ runner.os }}-${{ github.run_id }}
restore-keys: |
test-repositories-${{ runner.os }}
- name: Build with Maven
run: ./mvnw --batch-mode --update-snapshots verify
Expand Down

0 comments on commit 3831e19

Please sign in to comment.