Skip to content

Commit 3e822d0

Browse files
committed
Add some debug code
1 parent 552802b commit 3e822d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integ/__fixtures__/_setup-global.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ async function getOpenAITestContext(isCI: boolean): Promise<ProvidedContext['pro
7474
const apiKey = process.env.OPENAI_API_KEY
7575
const shouldSkip = !!apiKey
7676

77+
console.log(process.env.OPENAI_API_KEY?.length)
78+
console.log(Object.keys(process.env).length)
79+
7780
if (shouldSkip) {
7881
console.log('⏭️ OpenAI API key not available - integration tests will be skipped')
7982
if (isCI) {

0 commit comments

Comments
 (0)