Skip to content

Commit b672063

Browse files
committed
refactor: removing a test which has a bug in the operator-sdk
1 parent 658a793 commit b672063

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/olm_tests.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,15 @@ jobs:
134134
BUNDLE_PUSH_OPT: "--tls-verify=false"
135135
CATALOG_PUSH_OPT: "--tls-verify=false"
136136

137+
- name: Install yq
138+
run: |
139+
sudo wget -O /usr/bin/yq https://github.com/mikefarah/yq/releases/download/v4.6.1/yq_linux_amd64
140+
sudo chmod +x /usr/bin/yq
141+
142+
- name: Modify scorecard config
143+
run: |
144+
yq e 'del(.stages[].tests[] | select(.labels.test == "olm-crds-have-resources-test"))' -i bundle/tests/scorecard/config.yaml
145+
137146
- name: Scorecard check
138147
run: |
139148
make scorecard-bundle

0 commit comments

Comments
 (0)