File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ jobs:
2323 run : npx playwright install --with-deps
2424 - name : Run Playwright tests
2525 run : npm test run
26- - name : Store JUnit Report
27- if : always()
28- uses : actions/upload-artifact@v4
29- with :
30- name : junit-report
31- path : reports/junit-report.xml
32- - name : Publish Test Report
33- if : always()
34- uses : mikepenz/action-junit-report@v3
35- with :
36- report_paths : ' reports/junit-report.xml'
26+ # - name: Store JUnit Report
27+ # if: always()
28+ # uses: actions/upload-artifact@v4
29+ # with:
30+ # name: junit-report
31+ # path: reports/junit-report.xml
32+ # - name: Publish Test Report
33+ # if: always()
34+ # uses: mikepenz/action-junit-report@v3
35+ # with:
36+ # report_paths: 'reports/junit-report.xml'
3737 - name : Add Test Summary to GitHub Actions
3838 if : always()
3939 run : |
You can’t perform that action at this time.
0 commit comments