add bugsnag key
This commit is contained in:
parent
ba797a293e
commit
1f41f3f2ba
|
@ -490,6 +490,8 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Run Detox Tests
|
name: Run Detox Tests
|
||||||
command: |
|
command: |
|
||||||
|
/usr/libexec/PlistBuddy -c "Set :bugsnag:apiKey $BUGSNAG_KEY" ./ios/RocketChatRN/Info.plist
|
||||||
|
/usr/libexec/PlistBuddy -c "Set :bugsnag:apiKey $BUGSNAG_KEY" ./ios/ShareRocketChatRN/Info.plist
|
||||||
yarn detox build --configuration ios.sim.release
|
yarn detox build --configuration ios.sim.release
|
||||||
yarn detox test --configuration ios.sim.release --cleanup --headless
|
yarn detox test --configuration ios.sim.release --cleanup --headless
|
||||||
- save_cache: *save-npm-cache-mac
|
- save_cache: *save-npm-cache-mac
|
||||||
|
|
Loading…
Reference in New Issue