diff --git a/.github/workflows/ci-transaction-service.yaml b/.github/workflows/ci-transaction-service.yaml index f274b1ab..e756422b 100644 --- a/.github/workflows/ci-transaction-service.yaml +++ b/.github/workflows/ci-transaction-service.yaml @@ -90,13 +90,6 @@ jobs: - name: Start containers run: docker compose -f docker-compose.test.yaml up -d --build - - name: Debug - run: | - docker exec nshm-transaction-test-api-1 ls -al - docker exec nshm-transaction-test-api-1 bun --version - docker exec nshm-transaction-test-api-1 bun --print Bun.env - docker exec nshm-transaction-test-api-1 ping -c 3 postgres - - name: Run unit tests run: docker exec nshm-transaction-test-api-1 bun test unit.test.ts --coverage