fix(devops): do not forget to build playwright (#23446)

This commit is contained in:
Yury Semikhatsky 2023-06-01 11:54:15 -07:00 committed by GitHub
parent 6cbcf18c48
commit b8e93f840e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' }}