Skip to content

Commit c271c00

Browse files
B4nanclaude
andcommitted
fix: add env vars to CI workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent be1b53e commit c271c00

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
strategy:
1212
matrix:
1313
node-version: [24]
14+
env:
15+
NODE_ENV: test
16+
APP_KEY: test-key-for-ci-only
17+
HOST: localhost
18+
PORT: 3333
19+
LOG_LEVEL: error
1420
steps:
1521
- uses: actions/checkout@v4
1622
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)