Skip to content

Commit c6ddb2e

Browse files
committed
chore: upload playwright report on release workflow
1 parent 7955e79 commit c6ddb2e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ jobs:
5555
- name: Run integration tests
5656
run: pnpm test:integration
5757

58+
- name: Upload Playwright report
59+
uses: actions/upload-artifact@v4
60+
if: failure()
61+
with:
62+
name: playwright-report
63+
path: |
64+
packages/**/playwright-report/**
65+
packages/**/test-results/**
66+
retention-days: 3
67+
5868
- name: Start verdaccio
5969
env:
6070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)