Skip to content

Commit

Permalink
Source script before running command
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 4, 2024
1 parent adbb635 commit 80749b7
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 @@ -161,13 +161,13 @@ jobs:
nix develop --command bash -c "hc s clean && echo "1234" | hc s --piped create && echo "1234" | hc s --piped -f 8888 run &"
# Start a TryCP instance
nix develop --command bash -c "start_trycp"
nix develop --command bash -c "source ./scripts/trycp.sh && start_trycp"
# Run the scenario for 5 seconds
RUST_LOG=info nix run .#remote_call -- --targets targets-ci.yaml --duration 5 --no-progress
# Stop the TryCP instance
nix develop --command bash -c "stop_trycp"
nix develop --command bash -c "source ./scripts/trycp.sh && stop_trycp"
pkill --echo hc && pkill --echo holochain && pkill --echo lair-keystore
Expand Down

0 comments on commit 80749b7

Please sign in to comment.