Skip to content

Commit

Permalink
CI: Make sure oc/podman env command works
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar authored and openshift-merge-robot committed May 3, 2023
1 parent 4ea3a15 commit 3ce4b18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/macos-microshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ jobs:
run: sleep 10
- name: Run crc with microshift preset
run: crc start --pull-secret-file dummy_pull.json
- name: check if podman binary is symlinked correctly
run: |
eval $(crc podman-env) && podman pull quay.io/crc-org/crc-extension:latest
- name: check if oc binary is symlinked correctly
run: |
eval $(crc oc-env) && oc get pods -A

0 comments on commit 3ce4b18

Please sign in to comment.