Skip to content

Commit

Permalink
ci: run full test for rhel
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Panek <[email protected]>
  • Loading branch information
panekj committed Jun 17, 2024
1 parent ba4510f commit af0c1b1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af0c1b1

Please sign in to comment.