We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f96a63 commit 0535cd8Copy full SHA for 0535cd8
.github/workflows/test_build.yml
@@ -447,8 +447,7 @@ jobs:
447
export -n CYCLONEDDS_URI
448
export ROS_DOMAIN_ID=2
449
export IGN_PARTITION=${HOSTNAME}:${GITHUB_RUN_ID}
450
- # shellcheck disable=SC1083
451
- scenario_batch_execution -i test/scenario_execution_gazebo_test/scenarios/ -o test_scenario_execution_gazebo --ignore-process-return-value -- ros2 launch tb4_sim_scenario sim_nav_scenario_launch.py scenario:={SCENARIO} output_dir:={OUTPUT_DIR} headless:=True use_rviz:=False
+ make test_scenario_execution_gazebo_test
452
- name: Upload result
453
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
454
if: always()
0 commit comments