Skip to content

Add GitHub Actions CI workflow#2

Merged
amayers merged 1 commit into
mainfrom
ci/github-actions
May 14, 2026
Merged

Add GitHub Actions CI workflow#2
amayers merged 1 commit into
mainfrom
ci/github-actions

Conversation

@amayers
Copy link
Copy Markdown
Owner

@amayers amayers commented May 14, 2026

Summary

  • Adds .github/workflows/ci.yml to build and run all tests on every PR targeting main
  • Runs on macos-26 with Xcode 26.5 via maxim-lobanov/setup-xcode@v1 (stable, with beta fallback)
  • Uses a concurrency group keyed on workflow + ref with cancel-in-progress: true, so pushing new commits to a PR cancels the in-flight run
  • Tests run via xcodebuild test on the iOS Simulator (iPhone 17 Pro) since this package targets iOS and imports UIKit

Test plan

  • Workflow appears on this PR and runs to completion
  • Pushing a new commit while a run is in progress cancels the prior run

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@amayers amayers merged commit ff090ab into main May 14, 2026
1 check passed
@amayers amayers deleted the ci/github-actions branch May 14, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant