Skip to content

Commit

Permalink
Update ros2_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamGawande191 authored Dec 20, 2023
1 parent 30250a0 commit 58c6a62
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ros2_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ jobs:
colcon build --symlink-install
shell: bash

- name: Run tests
- name: Run unittest tests
run: |
cd robile_safety
source /opt/ros/humble/setup.bash
colcon build --symlink-install
colcon test
colcon test-result --verbose
python3 -m unittest discover test
shell: bash

0 comments on commit 58c6a62

Please sign in to comment.