Skip to content

Commit 77508dd

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

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55
- main
66
paths-ignore:
77
- README.md
8-
pull_request:
8+
pull_request_target:
9+
types:
10+
- labeled
11+
- unlabeled
912
branches:
1013
- main
1114
paths-ignore:
@@ -26,11 +29,11 @@ jobs:
2629
run: make validate
2730
- name: Install gptscript
2831
run: |
29-
curl https://get.gptscript.ai/releases/default_linux_amd64_v1/gptscript -o gptscript
30-
chmod +x gptscript
32+
curl https://get.gptscript.ai/releases/default_linux_amd64_v1/gptscript -o ./gptscriptexe
33+
chmod +x ./gptscriptexe
3134
- name: Run Tests
3235
env:
33-
GPTSCRIPT_BIN: ./gptscript
36+
GPTSCRIPT_BIN: ./gptscriptexe
3437
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
3538
run: make test
3639

0 commit comments

Comments
 (0)