We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552802b commit 3e822d0Copy full SHA for 3e822d0
test/integ/__fixtures__/_setup-global.ts
@@ -74,6 +74,9 @@ async function getOpenAITestContext(isCI: boolean): Promise<ProvidedContext['pro
74
const apiKey = process.env.OPENAI_API_KEY
75
const shouldSkip = !!apiKey
76
77
+ console.log(process.env.OPENAI_API_KEY?.length)
78
+ console.log(Object.keys(process.env).length)
79
+
80
if (shouldSkip) {
81
console.log('⏭️ OpenAI API key not available - integration tests will be skipped')
82
if (isCI) {
0 commit comments