Skip to content

Commit 30a323f

Browse files
committed
Fix sporadic examples failures
1 parent 7e14406 commit 30a323f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
# Create CRD PodMonitor without running Prometheus operator
3939
curl https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/master/bundle.yaml | sed "s/replicas: 1$/replicas: 0/" | kubectl apply -f -
4040
make install
41+
sleep 3 # otherwise we sporadically observe 'no matches for kind "RabbitmqCluster" in version "rabbitmq.com/v1beta1'
4142
kubectl apply --dry-run=server --recursive -f docs/examples/
4243
4344
system_tests:

0 commit comments

Comments
 (0)