Skip to content

Commit 8c4417e

Browse files
upload test result
1 parent 221e627 commit 8c4417e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/playwright.yml

+14
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,20 @@ jobs:
7373
path: playwright-report/
7474
retention-days: 7
7575

76+
- name: Upload JUnit test results
77+
if: always() && !cancelled()
78+
uses: actions/upload-artifact@v4
79+
with:
80+
name: junit-results
81+
path: junit.xml
82+
retention-days: 7
83+
84+
- name: Publish Test Results
85+
if: always() && !cancelled()
86+
uses: EnricoMi/publish-unit-test-result-action@v2
87+
with:
88+
files: junit.xml
89+
7690
- name: Process test result
7791
if: always()
7892
run: |

0 commit comments

Comments
 (0)