File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 5151 shell : bash
5252 env :
5353 OPENROUTER_API_KEY : ${{ inputs.openrouter-api-key }}
54- run : npx vitest
54+ run : npx vitest --run
Original file line number Diff line number Diff line change 88jobs :
99 validate :
1010 uses : ./.github/workflows/validation-checks.yaml
11+ secrets : inherit
Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ export default defineConfig({
1414 test : {
1515 globals : true ,
1616 environment : "node" ,
17- // Don't override env vars - just let them pass through from the system
18- // The env object here will be merged with process.env
19- env : process . env . OPENROUTER_API_KEY ? {
20- OPENROUTER_API_KEY : process . env . OPENROUTER_API_KEY ,
21- } : { } ,
2217 include : [ "tests/**/*.test.ts" ] ,
2318 hookTimeout : 30000 ,
2419 testTimeout : 30000 ,
You can’t perform that action at this time.
0 commit comments