We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82bea27 + 82fb0bf commit 08fb162Copy full SHA for 08fb162
1 file changed
.github/workflows/release.yml
@@ -19,8 +19,8 @@ jobs:
19
- name: Install dependencies
20
run: npm ci
21
22
- - name: Install npm dependencies
23
- run: npm ci
+ - name: Install playwright
+ run: npx playwright install
24
25
- name: Build
26
run: npm run build
0 commit comments