Skip to content

Commit 1f5189d

Browse files
committed
capturing logs
1 parent aede6b6 commit 1f5189d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
run: cd frontend && npm install && npm run types
3131
- name: Building docker containers using docker-compose
3232
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
3335
- name: React tests
3436
run: docker exec frontend npm test

frontend/src/packages/api/tests/filesystemConsistency.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { APIError, IsEmptyApiResponse } from "../types/general";
77
// note: requires the BE container to be up and running
88
beforeAll(() => {
99
if (process.env.E2E_MODE === "github") {
10-
console.log("hello world! :D")
1110
configureApiUrl("http://backend:8080");
1211
} else {
1312
configureApiUrl("http://localhost:8080")

0 commit comments

Comments
 (0)