We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42693a2 commit 9ec40bbCopy full SHA for 9ec40bb
.github/workflows/image-workflow-template.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: clear docker credentials
40
run: docker logout
41
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
+ - 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
0 commit comments