Skip to content

Commit 9dab7b4

Browse files
author
Indra Prajapati
committed
a
1 parent b9b54cd commit 9dab7b4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)