mirror of https://github.com/buster-so/buster.git
test
This commit is contained in:
parent
df267cdb76
commit
58e396b5cc
|
@ -249,7 +249,7 @@ jobs:
|
|||
pnpm dlx momentic run --api-key $MOMENTIC_API_KEY --wait-on http://localhost:3000 --wait-on-timeout 300000 --exclude "llm-calls/*" --upload-results
|
||||
env:
|
||||
TURBO_CACHE_DIR: .turbo
|
||||
SKIP_ENV_CHECK: true
|
||||
NODE_ENV: production
|
||||
TURBO_TELEMETRY_DISABLED: 1
|
||||
MOMENTIC_API_KEY: ${{ secrets.MOMENTIC_API_KEY }}
|
||||
DATABASE_URL: ${{ secrets.DATABASE_URL }}
|
||||
|
|
|
@ -65,6 +65,8 @@ export function validateEnv(
|
|||
} = options;
|
||||
|
||||
console.info('🔍 Validating environment variables...');
|
||||
console.info(process.env.NODE_ENV);
|
||||
console.info(process.env.CI);
|
||||
|
||||
// Skip validation in certain environments
|
||||
if (
|
||||
|
|
Loading…
Reference in New Issue