Skip to content

Commit 1dfd42b

Browse files
authored
Update build and test workflow (ros2#265)
* Update build and test workflow * Update `setup-ros` to 0.0.13 * Update `action-ros-ci` to 0.0.13 Signed-off-by: Zachary Michaels <[email protected]>
1 parent 00071dc commit 1dfd42b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
build_and_test:
1414
runs-on: ubuntu-18.04
1515
steps:
16-
- uses: ros-tooling/setup-ros2@0.0.11
17-
- uses: ros-tooling/action-ros2[email protected].11
16+
- uses: ros-tooling/setup-ros@0.0.13
17+
- uses: ros-tooling/action-ros[email protected].13
1818
with:
1919
package-name: ros2bag rosbag2_compression rosbag2_cpp rosbag2_storage rosbag2_storage_default_plugins rosbag2_test_common rosbag2_tests shared_queues_vendor sqlite3_vendor
2020
- uses: actions/upload-artifact@master
2121
with:
2222
name: colcon-logs
23-
path: ros2_ws/log
23+
path: ros_ws/log

0 commit comments

Comments
 (0)