Skip to content

Commit

Permalink
drop me: just for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Feb 12, 2024
1 parent 4a62d47 commit cdd6129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cdd6129

Please sign in to comment.