Skip to content

Commit

Permalink
ci: skip lengthy app tests when not on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Oct 17, 2024
1 parent e639e23 commit 9a0de78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ steps:
- wait
- command: "buildkite-agent artifact download XCFramework/MUXSDKStats.xcframework.zip XCFramework && ./scripts/run-tests-swift-package-manager-ventura.sh"
label: ":swift: Test Swift Package Manager Example"
branches: "releases/*"
retry:
automatic: true
- wait
Expand All @@ -22,6 +23,7 @@ steps:
- wait
- command: "buildkite-agent artifact download XCFramework/MUXSDKStats.xcframework.zip XCFramework && ./scripts/run-tests-cocoapods-ventura.sh"
label: ":cocoapods: Test Cocoapods Example"
branches: "releases/*"
retry:
automatic: true
- wait
Expand Down

0 comments on commit 9a0de78

Please sign in to comment.