Skip to content

Commit

Permalink
test: upload artifacts on failed e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Sep 26, 2023
1 parent f4e1da9 commit 6f2dcd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ jobs:
run: npm run test:e2e

- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
path: ./playwright-report
retention-days: 30

unit_test:
Expand Down

0 comments on commit 6f2dcd8

Please sign in to comment.