File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments