fix(devops): do not forget to build playwright (#23446)
This commit is contained in:
parent
6cbcf18c48
commit
b8e93f840e
1
.github/workflows/create_test_report.yml
vendored
1
.github/workflows/create_test_report.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
DEBUG: pw:install
|
DEBUG: pw:install
|
||||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||||
|
- run: npm run build
|
||||||
|
|
||||||
- name: Download blob report artifact
|
- name: Download blob report artifact
|
||||||
if: ${{ always() && github.event.workflow_run.event == 'pull_request' }}
|
if: ${{ always() && github.event.workflow_run.event == 'pull_request' }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue