react-native-community / react-native-circleci-orb

A CircleCI Orb to Simplify Testing your React Native App
MIT License
174 stars 81 forks source link

Make "Configure Detox Environment" macOS step optional #167

Closed kevindice closed 7 months ago

kevindice commented 1 year ago

What would you like to be added

I would like to make the "Configure Detox Environment" step optional within the setup_macos_executor task - enabled by default but possible to skip.

My use case is that I want to check Podfile.lock integrity on PRs but do not want to do relatively expensive end-to-end testing on PRs. So, I use the same macos executor and would like otherwise the same setup but without spending over a minute to download and install Detox when I am not using it here.

Why is this needed

For using the macOS executor for purposes other than Detox.

devnev commented 1 year ago

I opened a PR that includes this a while ago, #135

kevindice commented 1 year ago

Ah cool, thanks.

fotos commented 7 months ago

@devnev @kevindice this has been released as part of v7.2.0. 🎉