Skip to content

Commit 18066b3

Browse files
committed
i think this might be it! :D
1 parent 2e0c432 commit 18066b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Typescript TSC
3333
run: cd frontend && npm install && npm run types
3434
- name: Building docker containers using docker-compose
35-
run: GO_MOD=go.mod docker compose up --wait --build
35+
run: GO_MOD=go.mod docker compose up --wait --build backend db staging_db
3636
- name: React tests
3737
run: cd frontend && npm test

0 commit comments

Comments
 (0)