From af0c1b1e3b2d9e897a7d593c401a1e156784b9f5 Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Mon, 17 Jun 2024 08:22:17 +0000 Subject: [PATCH] ci: run full test for rhel Signed-off-by: Jakub Panek --- .github/workflows/build.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8b0e3d..f6ec8a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,20 +149,11 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Test - if: ${{ matrix.typ != 'rhel' }} uses: docker/bake-action@v4 with: targets: test set: | test-${{ matrix.typ }}.args.TEST_BASE_IMAGE=${{ matrix.image }} - - - name: Test (info) - if: ${{ matrix.typ == 'rhel' }} - uses: docker/bake-action@v4 - with: - targets: test-info - set: | - test-${{ matrix.typ }}.args.TEST_BASE_IMAGE=${{ matrix.image }} build: runs-on: ubuntu-latest