-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use matrix when we don't need it
Signed-off-by: Emerson Knapp <[email protected]>
- Loading branch information
Emerson Knapp
committed
Jul 17, 2020
1 parent
faa85b1
commit e6f83a5
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,12 +79,8 @@ jobs: | |
shared_queues_vendor | ||
ament_lint_cppcheck: # cppcheck linter (disabled for rosbag2_transport) | ||
name: ament_${{ matrix.linter }} | ||
name: ament_cppcheck | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
linter: cppcheck | ||
container: | ||
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest | ||
steps: | ||
|
@@ -93,7 +89,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
linter: ${{ matrix.linter }} | ||
linter: cppcheck | ||
distribution: foxy | ||
package-name: | | ||
rosbag2_compression | ||
|