Skip to content

Commit 52d6fdd

Browse files
committed
mmhmm
1 parent 64216a8 commit 52d6fdd

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/actions/validate-sdk/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ runs:
5151
shell: bash
5252
env:
5353
OPENROUTER_API_KEY: ${{ inputs.openrouter-api-key }}
54-
run: npx vitest
54+
run: npx vitest --run

.github/workflows/pr-validation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ on:
88
jobs:
99
validate:
1010
uses: ./.github/workflows/validation-checks.yaml
11+
secrets: inherit

vitest.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)