Skip to content

Commit

Permalink
Stop network services outside Nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 16, 2024
1 parent 61b2a1c commit 3ed3484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
# Stop the TryCP instance
nix develop .#ci -c bash -c "source ./scripts/trycp.sh && stop_trycp"
# Stop local network services
nix develop .#ci -c bash -c "pkill --echo hc-run-local-services"
pkill --echo hc-run-local-services
- name: Smoke test - two_party_countersigning
run: |
Expand All @@ -184,7 +184,7 @@ jobs:
# Stop the TryCP instance
nix develop .#ci -c bash -c "source ./scripts/trycp.sh && stop_trycp"
# Stop local network services
nix develop .#ci -c bash -c "pkill --echo hc-run-local-services"
pkill --echo hc-run-local-services
- name: Build scenario bundles
run: |
Expand Down

0 comments on commit 3ed3484

Please sign in to comment.