Skip to content

Commit

Permalink
ci: remove debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaidev committed Nov 6, 2024
1 parent 80f87f8 commit cf1cb02
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci-transaction-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cf1cb02

Please sign in to comment.