From 2f6444cd2cb3398500d78bcdc4c5da07c0ba67a2 Mon Sep 17 00:00:00 2001 From: Jean-Francois Denise Date: Thu, 21 Nov 2024 14:51:25 +0100 Subject: [PATCH] TO BE REMOVED , FIX CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a1b94ead..a9545fdb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -172,7 +172,7 @@ jobs: run: | . ~/cekit/bin/activate pushd wildfly-builder-image - cekit test --image=${{ env.WILDFLY_S2I_BUILDER_IMAGE }}:${{ env.WILDFLY_IMAGE_VERSION }} behave --wip --include-re legacy-s2i > test-logs-legacy-s2i-${{ matrix.os }}-${{ matrix.jdk }}.txt 2>&1 + cekit test --image=${{ env.WILDFLY_S2I_BUILDER_IMAGE }}:${{ env.WILDFLY_IMAGE_VERSION }} behave --wip > test-logs-legacy-s2i-${{ matrix.os }}-${{ matrix.jdk }}.txt 2>&1 rm test-logs-legacy-s2i-${{ matrix.os }}-${{ matrix.jdk }}.txt popd docker system prune -f