diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f44dfe413..0e594e94a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -24,8 +24,9 @@ steps: ################# - label: "🔬 Validate Podspecs" key: "validate" + # Ideally, --allow-warnings should be removed once the warnings have been addressed command: | - validate_podspec + validate_podspec --allow-warnings plugins: *common_plugins #################