Skip to content

Commit 4a360d5

Browse files
committed
chore: make test CI the same as other SDKs
Signed-off-by: Donnie Adams <[email protected]>
1 parent 5f384b3 commit 4a360d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
run: make validate
2727
- name: Install gptscript
2828
run: |
29-
curl https://get.gptscript.ai/releases/default_linux_amd64_v1/gptscript -o gptscript
30-
chmod +x gptscript
29+
curl https://get.gptscript.ai/releases/default_linux_amd64_v1/gptscript -o ./gptscriptexe
30+
chmod +x ./gptscriptexe
3131
- name: Run Tests
3232
env:
33-
GPTSCRIPT_BIN: ./gptscript
33+
GPTSCRIPT_BIN: ./gptscriptexe
3434
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
3535
run: make test
3636

0 commit comments

Comments
 (0)