Skip to content

Commit befbdb3

Browse files
committed
fix: add composer install, change wp-env commands
1 parent 1c270d6 commit befbdb3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,18 @@ jobs:
3232
- name: Install dependencies
3333
run: npm ci
3434

35+
- name: Install composer
36+
run: composer install
37+
3538
- name: Install playwright browsers
3639
run: npx playwright install --with-deps
3740

3841
- name: Start wp-env
3942
run: |
40-
npm run wp-env -- start
43+
npm run wp-env start
4144
4245
- name: Run Playwright tests
4346
run: npm run test:e2e
4447

4548
- name: Stop wp-env
46-
run: npm wp-env -- stop
49+
run: npm run wp-env stop

0 commit comments

Comments
 (0)