Skip to content

Commit

Permalink
fix: netsim should fail on all failed tests (#1816)
Browse files Browse the repository at this point in the history
## 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

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [ ] Self-review.
- [ ] Documentation updates if relevant.
- [ ] Tests if relevant.
  • Loading branch information
Arqu authored Nov 17, 2023
1 parent ca8a983 commit 199a677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 199a677

Please sign in to comment.