We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227e3a6 commit 4fe5678Copy full SHA for 4fe5678
1 file changed
.github/actions/publish-website/action.yml
@@ -68,6 +68,12 @@ runs:
68
working-directory: ./webui
69
run: npx playwright test --project=website
70
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
77
- name: prerender
78
working-directory: ./webui/ssg
79
run: node index.js
0 commit comments