Skip to content

Commit

Permalink
chore(ci): Fix failing build-lint-app workflow (#1509)
Browse files Browse the repository at this point in the history
* chore(ci): Bump react-native orb

* Try to fix macOS executor setup

* Try again
  • Loading branch information
brentvatne committed Mar 22, 2024
1 parent e57ed36 commit b1784a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2.1


orbs:
react-native: react-native-community/react-native@7.1.1
react-native: react-native-community/react-native@7.4.0


executors:
Expand Down Expand Up @@ -105,7 +105,12 @@ jobs:
- checkout_attach_workspace
- react-native/setup_macos_executor:
node_version: '18.17.1'
android: false
detox: false
- react-native/yarn_install
- run:
name: Install Detox
command: npm install detox-cli --global
- restore_cache:
keys:
- >-
Expand Down

0 comments on commit b1784a8

Please sign in to comment.