mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Update ci.yml
This commit is contained in:
parent
d5107561ee
commit
2ab7818a63
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -271,7 +271,7 @@ jobs:
|
||||
name: Run Playwright e2e tests
|
||||
run: cd src-ui && npx playwright test --shard ${{ matrix.shard-index }}/${{ matrix.shard-count }}
|
||||
-
|
||||
name: Upload Playwright test results
|
||||
name: Upload Playwright test reports
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
@ -336,7 +336,7 @@ jobs:
|
||||
path: src-ui/coverage/
|
||||
pattern: jest-coverage-report-*
|
||||
-
|
||||
name: Download frontend playwright coverage
|
||||
name: Download Playwright test reports
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: src-ui/coverage/
|
||||
|
Loading…
x
Reference in New Issue
Block a user