Skip to content

Commit

Permalink
chore: remove windows test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thedadams committed Oct 11, 2024
1 parent 9643a09 commit 106e628
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,3 @@ jobs:
NODE_GPTSCRIPT_SKIP_INSTALL_BINARY: true
run: npm test

test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v4
with:
node-version: 21
- name: Install gptscript
run: |
curl https://get.gptscript.ai/releases/default_windows_amd64_v1/gptscript.exe -o gptscript.exe
- name: Install dependencies
run: npm install
- name: Run Tests
env:
GPTSCRIPT_BIN: .\gptscript.exe
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
NODE_GPTSCRIPT_SKIP_INSTALL_BINARY: true
run: npm test

0 comments on commit 106e628

Please sign in to comment.