We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050223c commit 9a962d1Copy full SHA for 9a962d1
.github/workflows/main.yml
@@ -20,11 +20,13 @@ jobs:
20
- name: Run Playwright tests
21
run: npm test run
22
- name: Store JUnit Report
23
+ if: always()
24
uses: actions/upload-artifact@v4
25
with:
26
name: junit-report
27
path: reports/junit-report.xml
28
- name: Publish Test Report
29
30
uses: mikepenz/action-junit-report@v3
31
32
report_paths: 'reports/junit-report.xml'
0 commit comments