Skip to content

Commit a717004

Browse files
authored
Update main-cloud.yml
1 parent dc4fa06 commit a717004

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main-cloud.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
npm install
2929
- run: |
3030
PLAYWRIGHT_JUNIT_OUTPUT_NAME=xray-report.xml npx playwright test --reporter=junit,line
31+
- uses: actions/upload-artifact@v4
32+
with:
33+
name: test-results
34+
path: xray-report.xml
3135
- name: "Import results to Xray"
3236
uses: mikepenz/[email protected]
3337
with:

0 commit comments

Comments
 (0)