Only run setup wizard in E2E tests

This commit is contained in:
Konstantin Wohlwend
2026-03-31 09:03:35 -07:00
parent 1a698b2295
commit 8c4951fc0a
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -21,6 +21,7 @@ jobs:
STACK_DATABASE_CONNECTION_STRING: "postgres://postgres:PASSWORD-PLACEHOLDER--uqfEC1hmmv@localhost:8128/stackframe"
STACK_EXTERNAL_DB_SYNC_MAX_DURATION_MS: "20000"
STACK_EXTERNAL_DB_SYNC_DIRECT: "false"
STACK_RUN_SETUP_WIZARD_TESTS: ${{ matrix.freestyle-mode != 'prod' && 'true' || '' }}
strategy:
matrix: