From 199a677121ac469634ba1c2d6c6d412f75c1e3c8 Mon Sep 17 00:00:00 2001 From: Asmir Avdicevic Date: Fri, 17 Nov 2023 10:37:13 +0100 Subject: [PATCH] fix: netsim should fail on all failed tests (#1816) ## Description Just bringing this in line with the PR run config. We used to keep this open due to an issue that took us time to resolve so we unblocked the rest of the pipe. Now the issue crept through again for the same reason. ## Notes & open questions ## Change checklist - [ ] Self-review. - [ ] Documentation updates if relevant. - [ ] Tests if relevant. --- .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