Skip to content

Commit af0c1b1

Browse files
committed
ci: run full test for rhel
Signed-off-by: Jakub Panek <[email protected]>
1 parent ba4510f commit af0c1b1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -149,20 +149,11 @@ jobs:
149149
uses: docker/setup-buildx-action@v3
150150
-
151151
name: Test
152-
if: ${{ matrix.typ != 'rhel' }}
153152
uses: docker/bake-action@v4
154153
with:
155154
targets: test
156155
set: |
157156
test-${{ matrix.typ }}.args.TEST_BASE_IMAGE=${{ matrix.image }}
158-
-
159-
name: Test (info)
160-
if: ${{ matrix.typ == 'rhel' }}
161-
uses: docker/bake-action@v4
162-
with:
163-
targets: test-info
164-
set: |
165-
test-${{ matrix.typ }}.args.TEST_BASE_IMAGE=${{ matrix.image }}
166157
167158
build:
168159
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)