Skip to content

Commit da2faf9

Browse files
committed
fix: add multisite mode support to Playwright test environment
1 parent a4d74ab commit da2faf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/playwright-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,10 @@ jobs:
206206
- name: Run Playwright tests
207207
env:
208208
WP_E2E_WPCLI_MODE: gh-actions-ci
209-
WP_E2E_WP_CONTAINER: ${{ job.services.wordpress.id }}
210209
WP_E2E_WPCLI_PHAR: /tmp/wp-cli.phar
211210
WP_E2E_WPCLI_URL: http://localhost:8888
211+
WP_E2E_WP_CONTAINER: ${{ job.services.wordpress.id }}
212+
WP_E2E_MULTISITE_MODE: ${{ inputs.multisite }}
212213
run: npm run test:playwright -- --project=${{ inputs.project-name }}
213214

214215
- name: Print WordPress logs on failure

0 commit comments

Comments
 (0)