Skip to content

Commit

Permalink
chore(test): setup docker and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
timi-codes committed May 21, 2024
1 parent 9ba8035 commit 61527ad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
ports:
- 8545:8545
steps:
- name: Debugging information
run: |
echo "GitHub Server URL: $GITHUB_SERVER_URL"
echo "Local Ganache URL: $GITHUB_SERVER_URL:8545"
- name: Check running containers
run: docker ps -a

- name: Check container networks
run: docker network ls

- name: Check out the repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 61527ad

Please sign in to comment.