Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN authored Nov 27, 2024
1 parent c879137 commit 43f1d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
source "$ROS_2_ENV"
source /opt/autoware.ai/ros/install/setup.bash
COLCON_CMD="colcon test --return-code-on-test-failure --parallel-workers 4 --event-handlers console_direct+"
NEW_CMD="colcon test --return-code-on-test-failure --continue-on-error --parallel-workers 16 -event-handlers console_cohesion+ --packages-select \$PACKAGES --ctest-args --output-on-failure"
NEW_CMD="colcon test --return-code-on-test-failure --continue-on-error --parallel-workers 16 --event-handlers console_cohesion+ --packages-select \$PACKAGES --ctest-args --output-on-failure"
sed -i "s|$COLCON_CMD|$NEW_CMD|" /home/carma/.ci-image/engineering_tools/code_coverage/make_with_coverage.bash
make_with_coverage.bash -t -e /opt/carma/ -o ./coverage_reports/gcov
Expand Down

0 comments on commit 43f1d91

Please sign in to comment.