Skip to content

Commit

Permalink
Add Ubuntu Jammy CI (#68)
Browse files Browse the repository at this point in the history
Part of gazebo-tooling/release-tools#566.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Mar 1, 2022
1 parent 0da6f07 commit adced8d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ jobs:
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@focal
jammy-ci:
runs-on: ubuntu-latest
name: Ubuntu Jammy CI
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@jammy

0 comments on commit adced8d

Please sign in to comment.