This repository was archived by the owner on Nov 17, 2025. It is now read-only.
Commit 4f0dfb7
Simplify CI tests: use swift test directly
Removed xcodebuild test execution which was hanging due to app
initialization and potential UI dialogs. Now using Swift Package
Manager tests directly which:
- Avoids code signing requirements completely
- Runs faster without building the full app
- Tests all packages (main, AXorcist, DesignSystem)
- Doesn't require a running app instance
This should finally allow tests to run successfully in CI.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 822f2df commit 4f0dfb7
1 file changed
Lines changed: 10 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
284 | 277 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
292 | 282 | | |
293 | | - | |
294 | | - | |
295 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
296 | 286 | | |
297 | 287 | | |
298 | 288 | | |
| |||
0 commit comments