Skip to content

Commit 08fb162

Browse files
authored
Merge pull request #111 from Visual-Regression-Tracker/dependency-fix
Update release.yml
2 parents 82bea27 + 82fb0bf commit 08fb162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Install dependencies
2020
run: npm ci
2121

22-
- name: Install npm dependencies
23-
run: npm ci
22+
- name: Install playwright
23+
run: npx playwright install
2424

2525
- name: Build
2626
run: npm run build

0 commit comments

Comments
 (0)