Skip to content

Commit 88ee641

Browse files
committed
modify tests
1 parent 6eaa8ca commit 88ee641

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@ jobs:
2020
- name: Install dependencies
2121
run: npm install
2222

23+
- name: Debug Environment Variables
24+
run: |
25+
echo "OPENAI_API_KEY length: ${#OPENAI_API_KEY}"
26+
env:
27+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
28+
2329
- name: Run tests
2430
run: npm test

0 commit comments

Comments
 (0)