Skip to content

Commit

Permalink
TO BE REMOVED , FIX CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Nov 21, 2024
1 parent 133f5f4 commit 2f6444c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f6444c

Please sign in to comment.