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

Fix Integration Test and Linter Pipelines #3861

Merged
merged 1 commit into from
Jul 17, 2021

Conversation

takameyer
Copy link
Contributor

@takameyer takameyer commented Jul 17, 2021

There seems to be a problem with the android-emulator-runner action. Using the workaround posted in this issue:
ReactiveCircus/android-emulator-runner#168

The linting pipeline is running ubuntu-latest, which does not have cocoa pods. One of the lerna dependencies (realm-react-native-tests) was invoking pod install. Changed this to use the npm package pod-install which will not crash on non-mac systems.

@takameyer
Copy link
Contributor Author

I will merge this right away to unblock other pull requests.

There seems to be a problem with the android-emulator-runner action.  Using the workaround posted in this issue:
ReactiveCircus/android-emulator-runner#168

The linting pipeline is running ubuntu-latest, which does not have cocoa pods.  One of the lerna dependencies (realm-react-native-tests) was invoking `pod install`.  Changed this to use the npm package `pod-install` which will not crash on non-mac systems.
@takameyer takameyer force-pushed the andrew/fix_android_pipeline branch from 6ed0548 to 4beda94 Compare July 17, 2021 16:33
@takameyer takameyer changed the title Fix Android Pipeline Fix Integration Test and Linter Pipelines Jul 17, 2021
@takameyer
Copy link
Contributor Author

The linting pipeline will pass after the next linting PR

@takameyer takameyer merged commit dc7d62b into master Jul 17, 2021
@takameyer takameyer deleted the andrew/fix_android_pipeline branch July 17, 2021 19:12
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant