Skip to content

Commit

Permalink
debug: node server logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Aug 12, 2024
1 parent beaef6b commit 3198cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
- name: Verify Node Service with Curl
run: |
docker ps -a
docker logs $(docker ps -qf "name=node-server")
docker exec $(docker ps -qf "name=node-server") \
curl -X POST http://node-server:3000/deposit_amount \
-H 'Content-Type: application/json' \
Expand Down

0 comments on commit 3198cb9

Please sign in to comment.