File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 28
28
matrix :
29
29
rosdistro :
30
30
- humble
31
+ - jazzy
31
32
include :
32
33
- rosdistro : humble
33
34
container : ros:humble
35
+ - rosdistro : jazzy
36
+ container : ros:jazzy
34
37
steps :
35
38
- name : Set PR fetch depth
36
39
run : echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}"
57
60
with :
58
61
rosdistro : ${{ matrix.rosdistro }}
59
62
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
60
- build-depends-repos : build_depends.repos
61
63
62
64
- name : Test
63
65
id : test
66
68
with :
67
69
rosdistro : ${{ matrix.rosdistro }}
68
70
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
69
- build-depends-repos : build_depends.repos
70
71
71
72
- name : Upload coverage to CodeCov
72
73
if : ${{ steps.test.outputs.coverage-report-files != '' }}
Original file line number Diff line number Diff line change 20
20
matrix :
21
21
rosdistro :
22
22
- humble
23
+ - jazzy
23
24
include :
24
25
- rosdistro : humble
25
26
container : ros:humble
27
+ - rosdistro : jazzy
28
+ container : ros:jazzy
26
29
steps :
27
30
- name : Check out repository
28
31
uses : actions/checkout@v4
45
48
with :
46
49
rosdistro : ${{ matrix.rosdistro }}
47
50
target-packages : ${{ steps.get-self-packages.outputs.self-packages }}
48
- build-depends-repos : build_depends.repos
49
51
50
52
- name : Test
51
53
if : ${{ steps.get-self-packages.outputs.self-packages != '' }}
54
56
with :
55
57
rosdistro : ${{ matrix.rosdistro }}
56
58
target-packages : ${{ steps.get-self-packages.outputs.self-packages }}
57
- build-depends-repos : build_depends.repos
58
59
59
60
- name : Upload coverage to CodeCov
60
61
if : ${{ steps.test.outputs.coverage-report-files != '' }}
You can’t perform that action at this time.
0 commit comments