Skip to content

Commit

Permalink
Fix bad command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Mar 14, 2024
1 parent 9d442c6 commit eb2ac85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
nix develop --command bash -c "hc s clean && echo "1234" | hc s --piped create && echo "1234" | hc s --piped -f 8888 run &"
# Run the scenario for 5 seconds
RUST_LOG=info nix run .#zome_call_single_value --connection-string ws://localhost:8888 --duration 5 --no-progress --no-metrics
RUST_LOG=info nix run .#zome_call_single_value -- --connection-string ws://localhost:8888 --duration 5 --no-progress --no-metrics
pkill hc
pkill holochain
Expand Down

0 comments on commit eb2ac85

Please sign in to comment.