From 14544c9539122fff1450390cefc873b8d90fe8cd Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Sat, 18 Jul 2026 22:06:32 +0200 Subject: [PATCH] Fix initial-setup tests in playwright-on-workflow-dispatch Signed-off-by: Pablo Zmdl --- .github/workflows/playwright-on-workflow-dispatch.yml | 1 + 1 file changed, 1 insertion(+) 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