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:
|
||||
DEBUG: pw:install
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||
- run: npm run build
|
||||
|
||||
- name: Download blob report artifact
|
||||
if: ${{ always() && github.event.workflow_run.event == 'pull_request' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue