mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-11 12:33:45 +03:00
chore: quote the zip pattern
This commit is contained in:
parent
aede3c5ea9
commit
0c253dafc7
2
.github/workflows/tests_service.yml
vendored
2
.github/workflows/tests_service.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
name: blob-report-${{ github.run_attempt }}
|
||||
path: blob-report-zips
|
||||
- name: Unzip all blob reports
|
||||
run: unzip -o blob-report-zips/blob-report-*.zip -d blob-report
|
||||
run: unzip -o 'blob-report-zips/blob-report-*.zip' -d blob-report
|
||||
- run: npx playwright merge-reports --reporter markdown,html ./blob-report
|
||||
- name: Upload HTML report to Azure
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user