Skip to content

ISSUE-9 - Implement xcodebuild testing action #10

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

Merged
merged 6 commits into from
Apr 29, 2025

Conversation

AdonisCodes
Copy link
Contributor

@AdonisCodes AdonisCodes commented Apr 24, 2025

Reason

Implements a simple xcodebuild testing action. We want to have an action that can run xcode project tests via github actions to ensure the robustness of any ios based changes.

Tech Details List

  • Implements simple action to run xcode ui / unit test bundles
  • Implements simple readme with example workflow file + caching

Tasks:

  • Add a quick guide to dotfiles repo on how to setup a selfhosted macos runner + setup script
  • Setup Local runner in UTM (just testing the effectiveness of a virtualized setup (will it work?)
  • Fix up any nits in this PR

Links:

ISSUE-9
closes #9

Review Checklist

  • Properly Typed All Symbols
  • Updated All documentation that the code touched
  • Testing Fresh Deployment works with a singular command
  • Tests cover all discovered edge cases
  • Handles all errors gracefully, ensuring unexpected errors are tracked & monitored
  • Code Structure Correctness
  • Cleanup of temporary/noise/testing files
  • Load Testing: Ensure the code handles expected traffic efficiently

@AdonisCodes AdonisCodes linked an issue Apr 24, 2025 that may be closed by this pull request
@AdonisCodes AdonisCodes merged commit 7d36f4a into main Apr 29, 2025
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.

Implement xcodebuild testing action
1 participant