We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1315d5 commit e82e62bCopy full SHA for e82e62b
.github/workflows/ci.yml
@@ -36,6 +36,6 @@ jobs:
36
- name: Typescript TSC
37
run: cd frontend && npm install && npm run types
38
- 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
+ run: GO_MOD=go.mod docker compose --env-file=./config/ci.env.dev up --wait --build backend db staging_db
40
- name: React tests
41
run: cd frontend && npm test
0 commit comments