Skip to content

Commit

Permalink
Improve shutdown output
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Mar 14, 2024
1 parent eb2ac85 commit ab26a55
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
# 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
pkill hc
pkill holochain
pkill lair-keystore
pkill --echo hc && pkill --echo holochain && pkill --echo lair-keystore
- name: Smoke test - single_write_many_read
run: |
Expand All @@ -70,9 +68,7 @@ jobs:
# Run the scenario for 5 seconds
RUST_LOG=info nix run .#single_write_many_read -- --connection-string ws://localhost:8888 --duration 5 --no-progress --no-metrics
pkill hc
pkill holochain
pkill lair-keystore
pkill --echo hc && pkill --echo holochain && pkill --echo lair-keystore
- name: Smoke test - dht_sync_lag
run: |
Expand All @@ -82,9 +78,7 @@ jobs:
# Run the scenario for 5 seconds
RUST_LOG=info nix run .#dht_sync_lag -- --connection-string ws://localhost:8888 --agents 2 --behaviour write:1 --behaviour record_lag:1 --duration 5 --no-progress --no-metrics
pkill hc
pkill holochain
pkill lair-keystore
pkill --echo hc && pkill --echo holochain && pkill --echo lair-keystore
- name: Build scenario bundles
run: |
Expand Down

0 comments on commit ab26a55

Please sign in to comment.