diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb00fa948..de92aaef8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -264,7 +264,7 @@ jobs: echo "Starting coordinator" ls -lah ./target/debug/ - ./target/debug/coordinator &> $PWD/data/coordinator/regtest.log & + ./target/debug/coordinator & just wait-for-coordinator-to-be-ready echo "Coordinator successfully started." - name: Run maker @@ -275,7 +275,7 @@ jobs: just wait-for-electrs-to-be-ready echo "Starting (and building) coordinator" - ./target/debug/maker &> $PWD/data/maker/regtest.log & + ./target/debug/maker &> ./data/maker/regtest.log & just wait-for-maker-to-be-ready echo "Maker successfully started." - name: Run e2e tests