Skip to content

Commit 9ec40bb

Browse files
committed
[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 <[email protected]>
1 parent 42693a2 commit 9ec40bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/image-workflow-template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: clear docker credentials
4040
run: docker logout
4141

42-
# - name: Behave Tests
43-
# run: |
44-
# echo /home/runner/work/_temp/openshift-bin >> $GITHUB_PATH
45-
# cekit -v --descriptor ${{ inputs.image }}.yaml test behave --steps-url https://github.com/jmtd/behave-test-steps
42+
- name: Behave Tests
43+
run: |
44+
echo /home/runner/work/_temp/openshift-bin >> $GITHUB_PATH
45+
cekit -v --descriptor ${{ inputs.image }}.yaml test behave --steps-url https://github.com/jmtd/behave-test-steps

0 commit comments

Comments
 (0)