We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4792dc5 commit 154842aCopy full SHA for 154842a
1 file changed
.github/workflows/e2e.yml
@@ -31,7 +31,8 @@ jobs:
31
playwright-${{ runner.os }}-
32
33
- name: 🌐 Install Playwright browsers
34
- run: cd e2e && yarn add @playwright/test && npx playwright install --with-deps && cd ..
+ # run: cd e2e && yarn add @playwright/test && npx playwright install --with-deps && cd ..
35
+ run: cd e2e && npx playwright install --with-deps && cd ..
36
37
- name: 🔨 Build Next.js app
38
env:
0 commit comments