Skip to content

Commit 3ce4b18

Browse files
praveenkumaropenshift-merge-robot
authored andcommitted
CI: Make sure oc/podman env command works
1 parent 4ea3a15 commit 3ce4b18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/macos-microshift.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ jobs:
5050
run: sleep 10
5151
- name: Run crc with microshift preset
5252
run: crc start --pull-secret-file dummy_pull.json
53+
- name: check if podman binary is symlinked correctly
54+
run: |
55+
eval $(crc podman-env) && podman pull quay.io/crc-org/crc-extension:latest
56+
- name: check if oc binary is symlinked correctly
57+
run: |
58+
eval $(crc oc-env) && oc get pods -A

0 commit comments

Comments
 (0)