Install playwright deps

This commit is contained in:
Daniel Imms
2023-08-27 08:22:54 -07:00
parent 6f04e00ea1
commit 86b8744838
+3 -1
View File
@@ -201,7 +201,9 @@ jobs:
yarn --frozen-lockfile
yarn install-addons
- name: Install playwright
run: npx playwright install
run: |
npx playwright install-deps
npx playwright install
- name: Wait for build job
uses: NathanFirmo/wait-for-other-job@v1.1.1
with: