Skip to content

Commit e82e62b

Browse files
committed
fixing client config
1 parent e1315d5 commit e82e62b

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
@@ -36,6 +36,6 @@ jobs:
3636
- name: Typescript TSC
3737
run: cd frontend && npm install && npm run types
3838
- name: Building docker containers using docker-compose
39-
run: GO_MOD=go.mod docker compose up --env-file=./config/ci.env.dev --wait --build backend db staging_db
39+
run: GO_MOD=go.mod docker compose --env-file=./config/ci.env.dev up --wait --build backend db staging_db
4040
- name: React tests
4141
run: cd frontend && npm test

0 commit comments

Comments
 (0)