Skip to content

Commit bb9dba5

Browse files
committed
CICD test
1 parent a2151e5 commit bb9dba5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ros/heartbeat_monitor/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ if(BUILD_TESTING)
4242
find_package(ament_cmake_pytest REQUIRED)
4343

4444
ament_add_pytest_tests(
45-
TESTNAME heartbeat_monitor_tests
46-
TEST_PATH test
45+
heartbeat_monitor_tests
46+
test
4747
TIMEOUT 60
4848
)
4949

@@ -53,5 +53,6 @@ if(BUILD_TESTING)
5353
ament_lint_auto_find_test_dependencies()
5454
endif()
5555

56+
5657
ament_package()
5758

0 commit comments

Comments
 (0)