Skip to content

Commit e802136

Browse files
committed
fixup! ci: add test workflow
1 parent d740fcb commit e802136

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: pnpm install
2929

3030
- name: Run tests
31-
run: pnpm run test
31+
run: NODE_ENV=test HOST=localhost LOG_LEVEL=info APP_KEY=applicationtestappkey SESSION_DRIVER=memory pnpm run test

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ tmp
55

66
# Secrets
77
.env
8+
.env.test
89
.env.local
910
.env.production.local
1011
.env.development.local

0 commit comments

Comments
 (0)