From a188aff8c1cfcf321d205ab12926abc12456dadd Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Fri, 17 Nov 2023 10:11:07 +0100 Subject: [PATCH] fix: netsim should fail on all failed tests --- .github/workflows/netsim.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/netsim.yml b/.github/workflows/netsim.yml index 958ba04efe..06a7322ed6 100644 --- a/.github/workflows/netsim.yml +++ b/.github/workflows/netsim.yml @@ -122,8 +122,8 @@ jobs: c='${{ steps.detect_comment_config.outputs.NETSIM_CONFIG }}' if [ -z "${c}" ]; then - sudo python3 main.py sims/iroh - sudo python3 main.py sims/integration + sudo python3 main.py --integration sims/iroh + sudo python3 main.py --integration sims/integration else echo $c >> custom_sim.json sudo python3 main.py custom_sim.json