Skip to content

Commit

Permalink
Add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Jan 4, 2024
1 parent f2e14d0 commit d811bae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ jobs:
run: |
docker-compose up -d
- name: Docker ps -a
run: |
docker ps -a
- name: Docker ps -a
run: |
docker logs hnode --tail 1000
- name: Deploy manager contracts
run: |
bash ./helper-scripts/deploy_test_manager.sh
Expand Down

0 comments on commit d811bae

Please sign in to comment.