Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add PR step for validating iOS builds #1266

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

moldy530
Copy link
Collaborator

@moldy530 moldy530 commented Jan 7, 2025

Pull Request Checklist


PR-Codex overview

This PR primarily focuses on cleaning up the CI workflow for the account-kit/rn-signer project. It removes redundant disk space management steps and adds a new job for building the iOS application.

Detailed summary

  • Deleted the .github/workflows/ci.yml file.
  • Removed disk space management steps from the workflow.
  • Added a new job build_ios for building the iOS application.
  • Set environment variables for the iOS build process.
  • Included steps for checking out files and installing cocoapods.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Jan 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aa-sdk-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2025 9:27pm
aa-sdk-ui-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2025 9:27pm

Copy link
Collaborator Author

moldy530 commented Jan 7, 2025


How to use the Graphite Merge Queue

Add the label graphite-merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@moldy530 moldy530 force-pushed the moldy/ios-ci branch 3 times, most recently from 159e688 to 1e3797f Compare January 7, 2025 19:29
Copy link
Collaborator Author

moldy530 commented Jan 7, 2025

Merge activity

  • Jan 7, 2:32 PM EST: The merge label 'graphite-merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Jan 8, 4:14 PM EST: A user added this pull request to the Graphite merge queue.
  • Jan 8, 4:28 PM EST: A user merged this pull request with the Graphite merge queue.

# Pull Request Checklist

- [ ] Did you add new tests and confirm existing tests pass? (`yarn test`)
- [ ] Did you update relevant docs? (docs are found in the `site` folder, and guidelines for updating/adding docs can be found in the [contribution guide](https://github.com/alchemyplatform/aa-sdk/blob/main/CONTRIBUTING.md))
- [ ] Do your commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard?
- [ ] Does your PR title also follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard?
- [ ] If you have a breaking change, is it [correctly reflected in your commit message](https://www.conventionalcommits.org/en/v1.0.0/#examples)? (e.g. `feat!: breaking change`)
- [ ] Did you run lint (`yarn lint:check`) and fix any issues? (`yarn lint:write`)
- [ ] Did you follow the [contribution guidelines](https://github.com/alchemyplatform/aa-sdk/blob/main/CONTRIBUTING.md)?

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on cleaning up the CI workflow by removing unnecessary steps and adding a new job for building an iOS application.

### Detailed summary
- Deleted the file `.github/workflows/ci.yml`.
- Removed the `free disk space` job from `.github/workflows/on-pull-request.yml`.
- Added a new job `build_ios` to build the iOS application.
- Included steps for checking out files, setting up, installing `cocoapods`, and building the iOS example.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants