Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install Chrome for headless testing
run: pnpm test:install-deps
- name: Restore integration test cache
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
with:
path: examples/**/common/test/integration-test-cache.json
key: integration-test-cache-${{ runner.os }}-${{ github.run_id }}-${{ github.run_attempt }}
Expand All @@ -103,7 +103,7 @@ jobs:
done
exit 1
- name: Save integration test cache
uses: actions/cache/save@v4
uses: actions/cache/save@v5
if: success()
with:
path: examples/**/common/test/integration-test-cache.json
Expand Down