File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 55 branches : [ master, dev ]
66 pull_request :
77 branches : [ master, dev ]
8- schedule :
9- # Run once per day to detect broken dependencies.
10- - cron : ' 17 6 * * *'
118
129jobs :
1310 build :
@@ -19,15 +16,16 @@ jobs:
1916 ros_distribution : [ foxy, rolling ]
2017 steps :
2118 - uses : actions/checkout@v2
22- - uses : ros-tooling/setup-ros@0.0.26
19+ - uses : ros-tooling/setup-ros@0.1.2
2320 with :
2421 required-ros-distributions : ${{ matrix.ros_distribution }}
25- - uses : ros-tooling/action-ros-ci@0.1.0
22+ - uses : ros-tooling/action-ros-ci@0.1.1
2623 with :
2724 package-name : " system_modes system_modes_examples"
2825 target-ros2-distro : ${{ matrix.ros_distribution }}
26+ vcs-repo-file-url : " "
2927 colcon-mixin-name : coverage-gcc
3028 colcon-mixin-repository : https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
31- - uses : codecov/codecov-action@v1
29+ - uses : codecov/codecov-action@v1.2.1
3230 with :
3331 file : ros_ws/lcov/total_coverage.info
You can’t perform that action at this time.
0 commit comments