Skip to content

Commit

Permalink
Fixup running scorecard test
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Nov 7, 2024
1 parent a796957 commit fbb6866
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
- name: Run tests
run: |
make download-operator-sdk
# Workaround, install specific version of OLM
# There is no crds.yaml in the latest release to deploy OLM
bin/operator-sdk olm install --version v0.28.0
kubectl wait --for=condition=ready pod -l app=olm-operator -n olm --timeout=120s
kubectl wait --for=condition=ready pod -l app=catalog-operator -n olm --timeout=120s
kubectl wait --for=condition=ready pod -l app=packageserver -n olm --timeout=120s
kubectl wait --for=condition=ready pod -l olm.catalogSource=operatorhubio-catalog -n olm --timeout=120s
bin/operator-sdk scorecard bundle

0 comments on commit fbb6866

Please sign in to comment.