We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d740fcb commit e802136Copy full SHA for e802136
.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=applicationtestappkey SESSION_DRIVER=memory pnpm run test
.gitignore
@@ -5,6 +5,7 @@ tmp
5
6
# Secrets
7
.env
8
+.env.test
9
.env.local
10
.env.production.local
11
.env.development.local
0 commit comments