Skip to content

Commit

Permalink
chore: update netsim sims (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu authored Mar 27, 2023
1 parent 4e8ae84 commit 59babe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
c='${{ steps.detect_comment_config.outputs.NETSIM_CONFIG }}'
if [ -z "${c}" ];
then
sudo python3 main.py sims/standard
sudo python3 main.py sims/iroh
else
echo $c >> custom_sim.json
sudo python3 main.py custom_sim.json
Expand Down

0 comments on commit 59babe1

Please sign in to comment.