Skip to content

Commit 9a962d1

Browse files
author
Indra Prajapati
committed
update
1 parent 050223c commit 9a962d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ jobs:
2020
- name: Run Playwright tests
2121
run: npm test run
2222
- name: Store JUnit Report
23+
if: always()
2324
uses: actions/upload-artifact@v4
2425
with:
2526
name: junit-report
2627
path: reports/junit-report.xml
2728
- name: Publish Test Report
29+
if: always()
2830
uses: mikepenz/action-junit-report@v3
2931
with:
3032
report_paths: 'reports/junit-report.xml'

0 commit comments

Comments
 (0)