We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a09e04 commit 82fb0bfCopy full SHA for 82fb0bf
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