From d590c816ca98e2c881219950f80573886871af00 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 7 Mar 2022 13:05:37 -0800 Subject: [PATCH] Add Ubuntu Jammy CI (#236) Signed-off-by: Steve Peters --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e36175c3..f227f190 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,3 +23,12 @@ 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