Skip to content

Commit c09f178

Browse files
authored
Update notebook-report-cd.yml
1 parent 6dfa1d8 commit c09f178

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/notebook-report-cd.yml

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
uses: redhat-actions/openshift-tools-installers@v1
3838
with:
3939
oc: "4"
40+
41+
- name: Check if oc is installed
42+
shell: bash
43+
run: which oc
4044

4145
- name: Login Openshift
4246
shell: bash

0 commit comments

Comments
 (0)