-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Kenji Brameld <[email protected]>
- Loading branch information
Showing
4 changed files
with
5 additions
and
25 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# This is a basic workflow to help you get started with Actions | ||
|
||
name: Build and Test (foxy) | ||
name: Build and Test (iron) | ||
|
||
# Controls when the action will run. | ||
# Controls when the action will run. | ||
on: | ||
# Triggers the workflow on push | ||
push: | ||
|
@@ -22,7 +22,7 @@ jobs: | |
# The type of runner that the job will run on | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ubuntu:focal | ||
image: ubuntu:jammy | ||
|
||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
|
@@ -31,4 +31,4 @@ jobs: | |
use-ros2-testing: true | ||
- uses: ros-tooling/[email protected] | ||
with: | ||
target-ros2-distro: foxy | ||
target-ros2-distro: iron |
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Template Repo | ||
|
||
[![Build and Test (foxy)](../../actions/workflows/build_and_test_foxy.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_foxy.yaml?query=branch:rolling) | ||
[![Build and Test (humble)](../../actions/workflows/build_and_test_humble.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_humble.yaml?query=branch:rolling) | ||
[![Build and Test (iron)](../../actions/workflows/build_and_test_iron.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_iron.yaml?query=branch:rolling) | ||
[![Build and Test (rolling)](../../actions/workflows/build_and_test_rolling.yaml/badge.svg?branch=rolling)](../../actions/workflows/build_and_test_rolling.yaml?query=branch:rolling) | ||
|