add bugsnag key

This commit is contained in:
Diego Mello 2023-01-26 15:33:15 -03:00
parent ba797a293e
commit 1f41f3f2ba
1 changed files with 2 additions and 0 deletions

View File

@ -490,6 +490,8 @@ jobs:
- run:
name: Run Detox Tests
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 test --configuration ios.sim.release --cleanup --headless
- save_cache: *save-npm-cache-mac