Skip to content

Commit

Permalink
refactor: removing a test which has a bug in the operator-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis committed Sep 1, 2023
1 parent e064156 commit 4b516ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/olm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ jobs:
BUNDLE_PUSH_OPT: "--tls-verify=false"
CATALOG_PUSH_OPT: "--tls-verify=false"

- name: Install yq
run: |
sudo wget -O /usr/bin/yq https://github.com/mikefarah/yq/releases/download/v4.6.1/yq_linux_amd64
sudo chmod +x /usr/bin/yq
- name: Modify scorecard config
run: |
yq e 'del(.stages[].tests[] | select(.labels.test == "olm-crds-have-resources-test"))' -i bundle/tests/scorecard/config.yaml
- name: Scorecard check
run: |
make scorecard-bundle
Expand Down

0 comments on commit 4b516ab

Please sign in to comment.