Skip to content

Commit b30d697

Browse files
authored
ci.yml
1 parent 4f40710 commit b30d697

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
run: |
4747
source /opt/ros/humble/setup.bash
4848
colcon build \
49-
--packages-select dwa_planner \
49+
--packages-select pure_pursuit_planner \
5050
--cmake-args -DCMAKE_CXX_FLAGS="--coverage"
5151
5252
- name: Run tests
5353
run: |
5454
source /opt/ros/humble/setup.bash
5555
colcon test \
56-
--packages-select dwa_planner \
56+
--packages-select pure_pursuit_planner \
5757
--event-handlers console_direct+ \
58-
--ctest-args -R test_dwa_all_functions
58+
--ctest-args -R test_pp_all_functions

0 commit comments

Comments
 (0)