Commit 3ac7a4b M. Fatih Cırıt
committed
1 parent b5c2dd3 commit 3ac7a4b Copy full SHA for 3ac7a4b
File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 57
57
rosdistro : galactic
58
58
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
59
59
build-depends-repos : build_depends.repos
60
- label-regex : ${{ matrix.test-label }}
61
60
62
61
- name : Upload coverage to Codecov
63
62
if : ${{ steps.test.outputs.coverage-report-files != '' }}
76
75
| rosdistro | true | ROS distro. |
77
76
| target-packages | true | The target packages to test. |
78
77
| build-depends-repos | false | The ` .repos` file that includes build dependencies. |
79
- | label-regex | false | The regex pattern of test labels to be run. |
80
78
| token | false | The token for build dependencies. |
81
79
82
80
# # Outputs
Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ inputs:
11
11
build-depends-repos :
12
12
description : " "
13
13
required : false
14
- label-regex :
15
- description : " "
16
- required : false
17
- default : .* # Run all tests
18
14
token :
19
15
description : " "
20
16
required : false
You can’t perform that action at this time.
0 commit comments