We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24727f2 commit 7586f40Copy full SHA for 7586f40
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Run Playwright tests
21
run: npm test run
22
- name: Store JUnit Report
23
- uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v4
24
with:
25
name: junit-report
26
path: reports/junit-report.xml
0 commit comments