Skip to content

Commit

Permalink
opentierboy-89 [FEATURE] Implement automated testing
Browse files Browse the repository at this point in the history
- Fix failure step
  • Loading branch information
infinia-yzl committed Oct 18, 2024
1 parent 775d0fc commit 0a503ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: snapshots
path: tests/**/*-snapshots
name: test-results
path: test-results/
retention-days: 30

0 comments on commit 0a503ef

Please sign in to comment.