Skip to content

Commit 402fe24

Browse files
authored
fix(ci): Add Package.swift to benchmarking and unit test file filters (#6780)
- Add Package*.swift to run_benchmarking_for_prs filter Benchmarking builds iOS-Swift app, and xcodebuild resolves SPM dependencies for all projects in the workspace, so Package.swift changes can affect benchmarking builds. - Add Package*.swift to run_unit_tests_for_prs filter The distribution-tests job in test.yml directly uses Package.swift via prepare-package.sh, so it should be included in the filter.
1 parent 0f410ad commit 402fe24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/file-filters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ run_benchmarking_for_prs: &run_benchmarking_for_prs
132132
- "Samples/iOS-Swift/iOS-Swift.xcconfig"
133133
- "Samples/iOS-Swift/iOS-SwiftClip.xcconfig"
134134
- "Samples/iOS-Swift/iOS-Benchmarking.xcconfig"
135+
- "Package*.swift"
135136

136137
# Build configuration
137138
- "fastlane/**"

0 commit comments

Comments
 (0)