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(ci): Fix failing build-lint-app workflow #1509

Merged
merged 3 commits into from Mar 22, 2024
Merged

Conversation

brentvatne
Copy link
Contributor

@brentvatne brentvatne commented Mar 16, 2024

Overview

CI is currently failing on iOS. I'm not super familiar with this CI setup, but I bumped the orb version to see if that would help. It didn't. It looks like the orb is still configured to use brew casks in a couple places, which will error on recent versions of homebrew. Additionally, we were spending some unnecessary compute minutes installing Android tools on the macOS executor that is only responsible for building for iOS. I also switched to using npm to install Detox, as they recommend in their docs, but this isn't really necessary since the job doesn't actually use Detox.

Test Plan

Let CI run

@brentvatne brentvatne changed the title chore(ci): Bump react-native orb chore(ci): Fix failing build-lint-app workflow Mar 16, 2024
@MateusAndrade MateusAndrade merged commit b1784a8 into main Mar 22, 2024
3 checks passed
@MateusAndrade MateusAndrade deleted the @brent/update-orb branch March 22, 2024 13:41
MateusAndrade pushed a commit that referenced this pull request Mar 22, 2024
* chore(ci): Bump react-native orb

* Try to fix macOS executor setup

* Try again
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.

None yet

2 participants