Skip to content

Commit 941bc33

Browse files
Add PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD
1 parent 270ab21 commit 941bc33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ jobs:
5454
run: npm run wp-env start
5555

5656
- name: Run tests
57+
env:
58+
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
5759
run: npm run test-e2e

0 commit comments

Comments
 (0)