Commit 402fe24
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
0 commit comments