Skip to content

Commit 154842a

Browse files
committed
feat: github action run the e2e
1 parent 4792dc5 commit 154842a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
playwright-${{ runner.os }}-
3232
3333
- name: 🌐 Install Playwright browsers
34-
run: cd e2e && yarn add @playwright/test && npx playwright install --with-deps && cd ..
34+
# run: cd e2e && yarn add @playwright/test && npx playwright install --with-deps && cd ..
35+
run: cd e2e && npx playwright install --with-deps && cd ..
3536

3637
- name: 🔨 Build Next.js app
3738
env:

0 commit comments

Comments
 (0)