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