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
|
||||
uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
if: ${{ !cancelled() }}
|
||||
with:
|
||||
name: playwright-report
|
||||
path: playwright-report/
|
||||
name: test-results
|
||||
path: test-results/
|
||||
retention-days: 30
|
||||
|
Loading…
Reference in New Issue
Block a user