Skip to content

Commit 1f2c199

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
paths-ignore:
77
- README.md
8-
pull_request:
8+
pull_request_target:
99
branches:
1010
- main
1111
paths-ignore:
@@ -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)