We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a118915 commit 2a6ebc4Copy full SHA for 2a6ebc4
1 file changed
.github/workflows/webkit-browser_test.yml
@@ -21,13 +21,13 @@ jobs:
21
- name: Install root dependencies
22
run: npm install
23
24
+ - name: Install playwright dependencies
25
+ run: npx playwright install-deps
26
+
27
- name: Install test dependencies
28
29
working-directory: ./test/webkit-test
30
- - name: Install linux sharp
- run: npm install --include=optional sharp
-
31
- name: Install webkit
32
if: ${{ startsWith(matrix.browser, 'webkit') }}
33
run: npm install playwright-webkit@1.34.0
0 commit comments