Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Jan 13, 2025
1 parent 990b4b9 commit ed874c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/end-to-end-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
with:
path: playwright-results.json
key: playwright-results
restore-keys: |
playwright-results-*
- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
with:
path: tenbin-report.json
key: tenbin-report
restore-keys: |
tenbin-report-*
- name: Run tests
run: |
Expand Down Expand Up @@ -139,4 +141,4 @@ jobs:
uses: actions/cache/save@v4
with:
path: tenbin-report.json
key: tenbin-report
key: tenbin-report-${{ github.run_id }}

0 comments on commit ed874c3

Please sign in to comment.