We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d740fcb commit 4e80ba1Copy full SHA for 4e80ba1
.github/workflows/tests.yml
@@ -28,4 +28,4 @@ jobs:
28
run: pnpm install
29
30
- name: Run tests
31
- run: pnpm run test
+ run: NODE_ENV=test HOST=localhost LOG_LEVEL=info APP_KEY=test SESSION_DRIVER=cookie pnpm run test
0 commit comments