Skip to content

Commit

Permalink
Kill sandbox between smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Mar 8, 2024
1 parent 0c9ef9c commit 1c38b6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
# Run the scenario for 5 seconds
nix develop --command bash -c "RUST_LOG=info cargo run --package zome_call_single_value -- --connection-string ws://localhost:8888 --duration 5 --no-progress --no-metrics"
pkill hc
- name: Smoke test - single_write_many_read
run: |
Expand All @@ -49,6 +51,8 @@ jobs:
# Run the scenario for 5 seconds
nix develop --command bash -c "RUST_LOG=info cargo run --package single_write_many_read -- --connection-string ws://localhost:8888 --duration 5 --no-progress --no-metrics"
pkill hc
- name: Smoke test - single_write_many_read
run: |
Expand All @@ -57,6 +61,8 @@ jobs:
# Run the scenario for 5 seconds
nix develop --command bash -c "RUST_LOG=info cargo run --package 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

- name: Check scripts
run: |
Expand Down

0 comments on commit 1c38b6e

Please sign in to comment.