Skip to content

Commit

Permalink
fix bin path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii committed Nov 23, 2024
1 parent 44b2474 commit 12557ae
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/zombienet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ jobs:
run: |
export PATH=$(pwd):$PATH
export RUST_BACKTRACE=full
./zombienet-linux-x64 -p native spawn ./networks.json &
./zombienet-linux-x64 -p native spawn ./e2e/zombienet/networks.json &
chmod +x ./wait-for-port.sh
./wait-for-port.sh 9933 30
./wait-for-port.sh 9944 30
working-directory: e2e/zombienet

./e2e/zombienet/wait-for-port.sh 9933 30
./e2e/zombienet/wait-for-port.sh 9944 30

0 comments on commit 12557ae

Please sign in to comment.