Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
run docker in background
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Sep 7, 2023
1 parent e287fc7 commit 06d007f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
run: |
git clone https://github.com/polytope-labs/eth-pos-devnet.git
cd eth-pos-devnet
docker compose up
../scripts/wait_for_tcp_port_opening.sh localhost 8080
../scripts/wait_for_tcp_port_opening.sh localhost 8545
docker compose up &
../scripts/wait_for_tcp_port_opening.sh localhost 8080
../scripts/wait_for_tcp_port_opening.sh localhost 8545
- name: Run all tests
run: |
Expand Down

0 comments on commit 06d007f

Please sign in to comment.