File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
- push
6
6
7
7
jobs :
8
- build-foxy :
8
+ build-rolling :
9
9
runs-on : ubuntu-20.04
10
10
strategy :
11
11
fail-fast : false
12
12
container :
13
- image : rostooling/setup-ros-docker: ubuntu- focal-ros-foxy-ros-base-testing-latest
13
+ image : ubuntu: focal
14
14
steps :
15
- - name : Fix Bugs in ros-tooling/action-ros-ci
16
- run : sudo apt update
15
+ -
uses :
ros-tooling/[email protected]
16
+ with :
17
+ required-ros-distributions : rolling
17
18
- name : Run Tests
18
- uses : ros-tooling/action-ros-ci@0.2.0
19
+ uses : ros-tooling/action-ros-ci@v0.2
19
20
with :
20
21
package-name : |
21
22
joy
24
25
spacenav
25
26
wiimote
26
27
wiimote_msgs
27
- target-ros2-distro : foxy
28
+ target-ros2-distro : rolling
28
29
- name : Upload logs
29
30
uses : actions/upload-artifact@v1
30
31
with :
You can’t perform that action at this time.
0 commit comments