Skip to content

Commit 127f5dc

Browse files
committed
updating config again
1 parent d85c44c commit 127f5dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: GO_MOD=go.mod docker compose --env-file=./config/ci.env.dev up --wait --build backend db staging_db
2222
- name: Golang Tests
2323
run: cd backend && go test -v ./...
24+
- name: GetLogs
25+
run: docker container logs go_backend
2426

2527
frontend_testing:
2628
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)