From c82be435f7bea2c2a13a533e9b9e9e31e203d805 Mon Sep 17 00:00:00 2001 From: juadde Date: Tue, 7 May 2024 16:15:50 +0200 Subject: [PATCH] Test amazonlinux --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0fd4621..bcd84a9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -290,7 +290,7 @@ jobs: - name: Run diff run: diff discrete.output test/discrete.output - .test_a429_centos_amazonlinux: + test_a429_centos_amazonlinux: runs-on: ubuntu-latest needs: package_centos_plugin steps: @@ -331,7 +331,7 @@ jobs: - name: Run diff run: diff a429_broadcast.output test/a429_broadcast.output - .test_discrete_centos_amazonlinux: + test_discrete_centos_amazonlinux: runs-on: ubuntu-latest needs: package_centos_plugin steps: @@ -610,7 +610,7 @@ jobs: release_centos_plugin: runs-on: ubuntu-latest - needs: [test_a429_centos_stream9, test_discrete_centos_stream9, test_a429_centos_almalinux, test_discrete_centos_almalinux] + needs: [test_a429_centos_amazonlinux, test_discrete_centos_amazonlinux, test_a429_centos_stream9, test_discrete_centos_stream9, test_a429_centos_almalinux, test_discrete_centos_almalinux] permissions: contents: write if: ${{ startsWith(github.ref, 'refs/tags/') }}