Skip to content

Commit

Permalink
[.github] disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed Jan 9, 2024
1 parent 7d04644 commit f6df3dc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/catkin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:
source /opt/ros/noetic/setup.bash
cd ${CATKIN_WS}
catkin build smart_device_protocol -vi
- name: run_tests
run: |
source /opt/ros/noetic/setup.bash
cd ${CATKIN_WS}
catkin run_tests smart_device_protocol -v
# Disable run_tests temporaliry
# - name: run_tests
# run: |
# source /opt/ros/noetic/setup.bash
# cd ${CATKIN_WS}
# catkin run_tests smart_device_protocol -v

0 comments on commit f6df3dc

Please sign in to comment.