Skip to content

Add CI workflow to build and test on pull requests#41

Open
jskoiz wants to merge 1 commit into
mainfrom
improvement/03-ci-workflow
Open

Add CI workflow to build and test on pull requests#41
jskoiz wants to merge 1 commit into
mainfrom
improvement/03-ci-workflow

Conversation

@jskoiz

@jskoiz jskoiz commented Jun 3, 2026

Copy link
Copy Markdown
Owner

Adds a GitHub Actions workflow that resolves dependencies, builds the package for an iOS Simulator, and runs the unit tests on every pull request and push to main, with SwiftPM caching.

Adds a GitHub Actions workflow that resolves dependencies, builds the package for an iOS Simulator, and runs the unit tests on every pull request and push to main, with SwiftPM caching.
@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
yemma-4 Ready Ready Preview, Comment Jun 3, 2026 10:25pm

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8803df251b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml
Comment on lines +51 to +52
xcodebuild test \
-scheme Yemma4 \

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use build until the scheme has tests

This xcodebuild test step is wired to the current Yemma4 scheme, but that scheme's TestAction has no testables and project.pbxproj contains only the app PBXNativeTarget (no XCTest/Swift Testing bundle). In this state xcodebuild test is not a valid CI action for the scheme, so every PR/push run will fail before proving the app builds; add a test target to the scheme or run xcodebuild build until tests exist.

Useful? React with 👍 / 👎.

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