Skip to content

Commit

Permalink
wip: try exec
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Nov 1, 2023
1 parent 9862a64 commit 257d03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/jobs/pipeline.android_rn_71.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- "nvm install"
- "npm install -g [email protected]"
- "lerna bootstrap --no-ci"
- "node detox/demo.js"
- "exec node detox/demo.js"
env:
REACT_NATIVE_VERSION: 0.71.10
DETOX_DISABLE_POD_INSTALL: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rapid-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
env:
DETOX_DISABLE_POD_INSTALL: true
DETOX_DISABLE_POSTINSTALL: true
- run: node detox/demo.js
- run: exec node detox/demo.js

0 comments on commit 257d03a

Please sign in to comment.