Skip to content

Commit

Permalink
Upload playwright-report from CI as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Feb 11, 2024
1 parent c3a7f61 commit 9a4d1f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
env:
TEST_SAFARI: yes
run: npm run test:e2e
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
- name: Report coverage
id: report
if: ${{ always() }}
Expand Down

0 comments on commit 9a4d1f2

Please sign in to comment.