Skip to content

Commit

Permalink
Merge pull request #10088 from DestinyItemManager/gha-cache-manifest
Browse files Browse the repository at this point in the history
Try to make manifest cache work across runs
  • Loading branch information
bhollis authored Nov 10, 2023
2 parents e266a91 + 4d99496 commit fa76057
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
uses: actions/cache@v3
with:
path: manifest-cache
key: destiny-manifest
key: destiny-manifest-${{ github.run_id }}
restore-keys: |
destiny-manifest
- name: Jest Test
run: pnpm test
Expand Down

0 comments on commit fa76057

Please sign in to comment.