diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index b54ac812d..a69c3b2bf 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -3,3 +3,5 @@ steps: commands: - bundle install - bundle exec danger --verbose + - label: "Analyze" + command: make analyze diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3e5655478..f06f83a68 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -71,15 +71,6 @@ jobs: - script: bundle exec pod lib lint --verbose displayName: pod lib lint -- job: Analyze - pool: - vmImage: 'macOS-11' - variables: - DEVELOPER_DIR: /Applications/Xcode_13.2.1.app - steps: - - script: make analyze - displayName: Run SwiftLint Analyze - - job: TSan pool: vmImage: 'macOS-11'