We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c269d0 commit 802b972Copy full SHA for 802b972
.github/workflows/olm_tests.yaml
@@ -73,6 +73,13 @@ jobs:
73
sleep 1
74
kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/${OLM_VERSION}/olm.yaml
75
76
+ - name: Wait for default CatalogSource to start
77
+ run: |
78
+ make wait-for-catalog-source
79
+ env:
80
+ CATALOG_SOURCE_NAME: "operatorhubio-catalog"
81
+ CATALOG_SOURCE_NAMESPACE: "olm"
82
+
83
- name: Create openshift-operator namespace and OperatorGroup
84
run: |
85
# Need to use openshift-operator namespace due to https://github.com/project-codeflare/codeflare-operator/issues/161
0 commit comments