Skip to content

Commit

Permalink
chore: missed settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat committed Feb 12, 2024
1 parent cdd6129 commit 2b25ede
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@ jobs:
set -euxo pipefail
just wait-for-electrs-to-be-ready
settings_target_path="data/coordinator/regtest/coordinator-settings.toml"
cp coordinator/example-settings/test-coordinator-settings.toml "$settings_target_path"
echo "Copied test settings to $settings_target_path"

echo "Starting coordinator"
ls -lah ./target/debug/
Expand Down

0 comments on commit 2b25ede

Please sign in to comment.