Skip to content

Commit 4fe5678

Browse files
committed
add store playwright test report
1 parent 227e3a6 commit 4fe5678

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/actions/publish-website/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ runs:
6868
working-directory: ./webui
6969
run: npx playwright test --project=website
7070
shell: bash
71+
- name: Upload test results
72+
if: always()
73+
uses: actions/upload-artifact@v4
74+
with:
75+
name: website-test-report
76+
path: webui/playwright-report
7177
- name: prerender
7278
working-directory: ./webui/ssg
7379
run: node index.js

0 commit comments

Comments
 (0)