Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-01-13 15:44:59 +00:00
parent 990b4b914d
commit ed874c36c2
2 changed files with 6 additions and 2 deletions

View File

@@ -62,6 +62,8 @@ jobs:
with:
path: playwright-results.json
key: playwright-results
restore-keys: |
playwright-results-*
- uses: actions/setup-node@v4
with:
@@ -232,7 +234,7 @@ jobs:
uses: actions/cache/save@v4
with:
path: playwright-results.json
key: playwright-results
key: playwright-results-${{ github.run_id }}
# Upload the HTML report even if one of our reporters fails, this can happen when stale screenshots are detected
- name: Upload HTML report

View File

@@ -71,6 +71,8 @@ jobs:
with:
path: tenbin-report.json
key: tenbin-report
restore-keys: |
tenbin-report-*
- name: Run tests
run: |
@@ -139,4 +141,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: tenbin-report.json
key: tenbin-report
key: tenbin-report-${{ github.run_id }}