From 5e8efafeb61cdb5ee3aae6c83195c3dd91ec4be2 Mon Sep 17 00:00:00 2001 From: Wells Bunker Date: Fri, 26 Sep 2025 14:47:54 -0600 Subject: [PATCH] test --- apps/momentic/tests/api-v2-tests.test.yaml | 1 + turbo.json | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/momentic/tests/api-v2-tests.test.yaml b/apps/momentic/tests/api-v2-tests.test.yaml index b29f8d939..ca9a60538 100644 --- a/apps/momentic/tests/api-v2-tests.test.yaml +++ b/apps/momentic/tests/api-v2-tests.test.yaml @@ -13,6 +13,7 @@ retries: 0 envs: - name: development default: true +disabled: true steps: - id: 6e2bd037-2ad8-46f7-bca7-fa8dce20b1f3 envKey: CHATS_RESPONSE diff --git a/turbo.json b/turbo.json index 9a74c757c..d57a8b201 100644 --- a/turbo.json +++ b/turbo.json @@ -51,6 +51,7 @@ } }, "globalEnv": [ + "SKIP_ENV_CHECK", "NODE_ENV", "NODE_TLS_REJECT_UNAUTHORIZED", "CI",