Skip to content

Commit 4e80ba1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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=test SESSION_DRIVER=cookie pnpm run test

0 commit comments

Comments
 (0)