Skip to content

Commit 1d062c8

Browse files
committed
chore: set FASTIFY_VITE_DEV_MODE = true in ci
1 parent 99c7bb3 commit 1d062c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ jobs:
6868
MYSQL_PASSWORD: test_password
6969
# JWT_SECRET is dynamically generated and loaded from the environment
7070
RATE_LIMIT_MAX: 4
71+
FASTIFY_VITE_DEV_MODE: true
7172
run: npm run db:migrate && npm run test

0 commit comments

Comments
 (0)