We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea649c commit db65a2cCopy full SHA for db65a2c
.github/workflows/npm_publish.yml
@@ -21,6 +21,11 @@ jobs:
21
- name: Install Depencencies
22
run: yarn install
23
24
+ - name: Install Playwright
25
+ run: yarn playwright install
26
+ run: yarn playwright install-deps chromium
27
+ run: yarn playwright install-deps firefox
28
+
29
- name: Build, Test, and Package
30
run: yarn preversion
31
env:
.github/workflows/tests.yml
@@ -31,9 +31,8 @@ jobs:
32
- name: Install Playwright
33
run: yarn playwright install
34
-
35
- - name: Install Playwright Dependencies
36
- run: yarn playwright install-deps
37
38
- name: Build
39
run: yarn build:prod
0 commit comments