Skip to content

Commit

Permalink
chore: Use the right patch cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 15, 2024
1 parent 692fc1a commit e3d04ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
id: step-cache-run
uses: actions/cache@v4
with:
key: integration-run-result-${{ steps.repo-hash.outputs.value }}-${{ fromJSON(steps.step-repo-info.outputs.repo-info).commit }}-3
key: integration-run-result-${{ steps.repo-hash.outputs.value }}-${{ fromJSON(steps.step-repo-info.outputs.repo-info).commit }}-4
# We just need a path, its contents isn't important. We really just care if the key was cached.
path: |
integration-tests/tsconfig.json
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Cache Patch Files
uses: actions/cache@v4
with:
key: int-repo-patch-files-${{ matrix.repo }}-${{ fromJSON(steps.step-repo-info.outputs.repo-info).commit }}
key: int-repo-patch-files-${{ steps.repo-hash.outputs.value }}-${{ fromJSON(steps.step-repo-info.outputs.repo-info).commit }}
path: |
temp/perf/*.diff
Expand Down

0 comments on commit e3d04ea

Please sign in to comment.