From 9292a2b988bc33b0250e13c8e1369f88e555c7ea Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Mon, 24 Jul 2023 21:14:07 -0500 Subject: [PATCH] Disable Focal on Harmonic Signed-off-by: Addisu Z. Taddese --- .github/workflows/ci.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a415239685..dc46afee05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,23 +3,6 @@ name: Ubuntu CI on: [push, pull_request] jobs: - focal-ci: - runs-on: ubuntu-latest - name: Ubuntu Focal CI - steps: - - name: Checkout - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 - - uses: pre-commit/action@v3.0.0 - with: - extra_args: --all-files - - name: Compile and test - id: ci - uses: gazebo-tooling/action-gz-ci@focal - with: - codecov-enabled: true - cppcheck-enabled: true - cpplint-enabled: true jammy-ci: runs-on: ubuntu-latest name: Ubuntu Jammy CI @@ -36,3 +19,6 @@ jobs: with: # per bug https://github.com/gazebosim/gz-sim/issues/1409 cmake-args: '-DBUILD_DOCS=OFF' + codecov-enabled: true + cppcheck-enabled: true + cpplint-enabled: true