File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,13 +33,18 @@ jobs:
3333 working-directory : apps/backend-services
3434 run : npm run db:generate
3535 env :
36- DATABASE_URL : " file:dev.db "
36+ DATABASE_URL : " postgresql://localhost:5432/dummy "
3737 - name : Lint
3838 working-directory : apps/backend-services
3939 run : npm run lint
4040 - name : Type Check
4141 working-directory : apps/backend-services
4242 run : npm run type-check
43+ - name : Build
44+ working-directory : apps/backend-services
45+ run : npm run build
46+ env :
47+ DATABASE_URL : " postgresql://localhost:5432/dummy"
4348 - name : Test
4449 working-directory : apps/backend-services
4550 run : npm run test:cov
Original file line number Diff line number Diff line change 4141 - name : Type Check
4242 working-directory : apps/temporal
4343 run : npm run type-check
44+ - name : Build
45+ working-directory : apps/temporal
46+ run : npm run build
47+ env :
48+ DATABASE_URL : " postgresql://localhost:5432/dummy"
4449 - name : Run tests
4550 working-directory : apps/temporal
4651 run : npm test
You can’t perform that action at this time.
0 commit comments