From 9ec40bbd8ab7fb8094323512536b071c79308e50 Mon Sep 17 00:00:00 2001 From: Antonio Vieiro Date: Thu, 21 Nov 2024 12:17:58 +0100 Subject: [PATCH] [OPENJDK-3478] Update container-release-groups repo for JDK 11 ELS containers in RHEL8 Too This commit enables behave tests too. Signed-off-by: Antonio Vieiro --- .github/workflows/image-workflow-template.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/image-workflow-template.yml b/.github/workflows/image-workflow-template.yml index 7c666dbc..4c1b332b 100644 --- a/.github/workflows/image-workflow-template.yml +++ b/.github/workflows/image-workflow-template.yml @@ -39,7 +39,7 @@ jobs: - name: clear docker credentials run: docker logout -# - name: Behave Tests -# run: | -# echo /home/runner/work/_temp/openshift-bin >> $GITHUB_PATH -# cekit -v --descriptor ${{ inputs.image }}.yaml test behave --steps-url https://github.com/jmtd/behave-test-steps + - name: Behave Tests + run: | + echo /home/runner/work/_temp/openshift-bin >> $GITHUB_PATH + cekit -v --descriptor ${{ inputs.image }}.yaml test behave --steps-url https://github.com/jmtd/behave-test-steps