ci: fix incorrect path
This commit is contained in:
parent
07d5aef082
commit
7920c64e33
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -36,6 +36,6 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: playwright-report
|
name: test-results
|
||||||
path: |
|
path: |
|
||||||
apps/*/playwright-report
|
apps/*/test-results
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue