We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c2db9 commit ab9b8c9Copy full SHA for ab9b8c9
.github/workflows/run_tests.yaml
@@ -55,5 +55,5 @@ jobs:
55
env:
56
GPTSCRIPT_BIN: .\gptscript.exe
57
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
58
- GPTSCRIPT_CONFIG: .\config
+ GPTSCRIPT_CONFIG_FILE: .\config
59
run: make test
0 commit comments