diff --git a/.github/workflows/yum.yml b/.github/workflows/yum.yml index 6b1dea064..0b94691e1 100644 --- a/.github/workflows/yum.yml +++ b/.github/workflows/yum.yml @@ -238,11 +238,11 @@ jobs: container-image: images:amazonlinux/2023 exclude: - label: AmazonLinux 2023 x86_64 - test: update-from-v4.sh + test-file: update-from-v4.sh - label: AmazonLinux 2023 x86_64 - test: update-to-next-version-with-backward-compat-for-v4.sh + test-file: update-to-next-version-with-backward-compat-for-v4.sh - label: AmazonLinux 2023 x86_64 - test: downgrade-to-v4.sh + test-file: downgrade-to-v4.sh steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 @@ -265,8 +265,6 @@ jobs: sudo incus admin init --auto - name: Run Test ${{ matrix.test-file }} on ${{ matrix.container-image }} run: fluent-package/yum/systemd-test/test.sh ${{ matrix.container-image }} ${{ matrix.test-file }} - - name: Run Test ${{ matrix.test }} on ${{ matrix.container-image }} - run: fluent-package/yum/systemd-test/test.sh ${{ matrix.container-image }} ${{ matrix.test-file }} fluent-release-test: name: Test ${{ matrix.label }} ${{ matrix.test }} (CGroup V2)