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 5559712 commit 31337a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Check container networks
run: docker network ls

- name: Check Ganache container network connection
run: docker inspect --format='{{json .NetworkSettings.Networks}}' ganache

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

Expand Down

0 comments on commit 31337a3

Please sign in to comment.