We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d74ab commit da2faf9Copy full SHA for da2faf9
.github/workflows/playwright-test.yml
@@ -206,9 +206,10 @@ jobs:
206
- name: Run Playwright tests
207
env:
208
WP_E2E_WPCLI_MODE: gh-actions-ci
209
- WP_E2E_WP_CONTAINER: ${{ job.services.wordpress.id }}
210
WP_E2E_WPCLI_PHAR: /tmp/wp-cli.phar
211
WP_E2E_WPCLI_URL: http://localhost:8888
+ WP_E2E_WP_CONTAINER: ${{ job.services.wordpress.id }}
212
+ WP_E2E_MULTISITE_MODE: ${{ inputs.multisite }}
213
run: npm run test:playwright -- --project=${{ inputs.project-name }}
214
215
- name: Print WordPress logs on failure
0 commit comments