diff --git a/.github/workflows/playwright-on-workflow-dispatch.yml b/.github/workflows/playwright-on-workflow-dispatch.yml index 6df2519b..6107845c 100644 --- a/.github/workflows/playwright-on-workflow-dispatch.yml +++ b/.github/workflows/playwright-on-workflow-dispatch.yml @@ -26,6 +26,7 @@ jobs: - name: Run Playwright tests for initial setup env: + SKIP_DOMAIN_VALIDATION: 'true' TEST_CODE_FROM_IMAGE: yes run: ./php/tests/run.sh ./php/tests/tests/initial-setup.spec.js