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 1f5189d commit 0e26cdbCopy full SHA for 0e26cdb
.github/workflows/ci.yml
@@ -31,6 +31,6 @@ jobs:
31
- name: Building docker containers using docker-compose
32
run: GO_MOD=go.mod docker compose --env-file=./config/ci.env.dev up --wait --build backend db staging_db frontend
33
- name: BE container logs
34
- run: docker go_backend logs
+ run: docker container logs go_backend
35
- name: React tests
36
run: docker exec frontend npm test
0 commit comments