Skip to content

Add CI test workflow for pull requests#15

Merged
shivaduke28 merged 2 commits into
mainfrom
feature/add-ci-tests
Mar 15, 2026
Merged

Add CI test workflow for pull requests#15
shivaduke28 merged 2 commits into
mainfrom
feature/add-ci-tests

Conversation

@shivaduke28
Copy link
Copy Markdown
Owner

Summary

  • Add .github/workflows/test.yml that runs xcodebuild test on PRs to main
  • Uses macos-15 runner with iOS Simulator (iPhone 16)
  • Runs the SwiftSlang-Package scheme

Closes #14

Test plan

  • Verify this PR itself triggers the workflow
  • Confirm tests pass in CI

🤖 Generated with Claude Code

shivaduke28 and others added 2 commits March 16, 2026 00:40
Run xcodebuild test on macOS 15 with iOS Simulator for pull requests
targeting the main branch.

Closes #14

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- timeout-minutes: 30 to prevent runaway macOS runner costs
- concurrency group to cancel outdated runs on consecutive pushes
- Pin Xcode 16.2 for reproducible builds
- Cache Swift packages to speed up dependency resolution

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@shivaduke28 shivaduke28 merged commit 665a5ba into main Mar 15, 2026
1 check passed
@shivaduke28 shivaduke28 deleted the feature/add-ci-tests branch March 15, 2026 15:47
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.

PRに対してテストを実行する

1 participant