Skip to content

Commit 4bf438b

Browse files
committed
fix: e2e workflow
1 parent 833f304 commit 4bf438b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: npm ci
1818
- name: Install Playwright Browsers
19-
run: npm playwright install --with-deps
19+
run: yarn playwright install --with-deps
2020
- name: Run Playwright tests
2121
run: npm run test:e2e
2222
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)