Skip to content

Commit 4c637ec

Browse files
committed
Add Ubuntu Jammy CI
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent a2cf3ac commit 4c637ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ jobs:
2323
- name: Compile and test
2424
id: ci
2525
uses: ignition-tooling/action-ignition-ci@focal
26+
jammy-ci:
27+
runs-on: ubuntu-latest
28+
name: Ubuntu Jammy CI
29+
steps:
30+
- name: Checkout
31+
uses: actions/checkout@v2
32+
- name: Compile and test
33+
id: ci
34+
uses: ignition-tooling/action-ignition-ci@jammy

0 commit comments

Comments
 (0)