Skip to content

Commit 86c4245

Browse files
committed
feat: github action run the e2e
1 parent c35e8c9 commit 86c4245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: npx wait-on http://localhost:3333
5555

5656
- name: 🌐 Install Playwright browsers
57-
run: cd e2e && yarn install && cd ..
57+
run: cd e2e && npx playwright install --with-deps && yarn add @playwright/test && cd ..
5858

5959
- name: ✅ Run Playwright E2E tests
6060
run: cd e2e && yarn test && cd ..

0 commit comments

Comments
 (0)