We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea649c commit 30dc07bCopy full SHA for 30dc07b
.github/workflows/npm_publish.yml
@@ -21,6 +21,9 @@ jobs:
21
- name: Install Depencencies
22
run: yarn install
23
24
+ - name: Install Playwright
25
+ run: yarn playwright install --with-deps chromium firefox
26
+
27
- name: Build, Test, and Package
28
run: yarn preversion
29
env:
.github/workflows/tests.yml
@@ -30,10 +30,7 @@ jobs:
30
run: yarn install --network-concurrency 1
31
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