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 7586f40 commit 04ffc8fCopy full SHA for 04ffc8f
.github/workflows/main.yml
@@ -20,12 +20,12 @@ jobs:
20
- name: Run Playwright tests
21
run: npm test run
22
- name: Store JUnit Report
23
- - uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v4
24
with:
25
name: junit-report
26
path: reports/junit-report.xml
27
- name: Publish Test Report
28
- ses: mikepenz/action-junit-report@v3
+ uses: mikepenz/action-junit-report@v3
29
30
report_paths: 'reports/junit-report.xml'
31
- name: Detailed Report
0 commit comments