Skip to content

Commit 106e628

Browse files
committed
chore: remove windows test workflow
1 parent 9643a09 commit 106e628

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/run_tests.yaml

-22
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,3 @@ jobs:
3737
NODE_GPTSCRIPT_SKIP_INSTALL_BINARY: true
3838
run: npm test
3939

40-
test-windows:
41-
runs-on: windows-latest
42-
steps:
43-
- uses: actions/checkout@v4
44-
with:
45-
fetch-depth: 1
46-
ref: ${{ github.event.pull_request.head.sha }}
47-
- uses: actions/setup-node@v4
48-
with:
49-
node-version: 21
50-
- name: Install gptscript
51-
run: |
52-
curl https://get.gptscript.ai/releases/default_windows_amd64_v1/gptscript.exe -o gptscript.exe
53-
- name: Install dependencies
54-
run: npm install
55-
- name: Run Tests
56-
env:
57-
GPTSCRIPT_BIN: .\gptscript.exe
58-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
59-
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
60-
NODE_GPTSCRIPT_SKIP_INSTALL_BINARY: true
61-
run: npm test

0 commit comments

Comments
 (0)