Skip to content

Commit 270ab21

Browse files
Add WP install step
1 parent 2daa75f commit 270ab21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,11 @@ jobs:
4747
- name: Build assets
4848
run: npm run build
4949

50+
- name: Install Playwright dependencies
51+
run: npx playwright install chromium --with-deps
52+
53+
- name: Install WordPress
54+
run: npm run wp-env start
55+
5056
- name: Run tests
5157
run: npm run test-e2e

0 commit comments

Comments
 (0)