ci: Fix artifacting
This commit is contained in:
parent
a05bd6be1b
commit
ab93f2aca8
6
.github/workflows/playwright.yml
vendored
6
.github/workflows/playwright.yml
vendored
@ -57,8 +57,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
if: always()
|
if: ${{ !cancelled() }}
|
||||||
with:
|
with:
|
||||||
name: playwright-report
|
name: test-results
|
||||||
path: playwright-report/
|
path: test-results/
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
Loading…
Reference in New Issue
Block a user