clear framework
This commit is contained in:
parent
583683d3c5
commit
97a99baca6
|
@ -504,8 +504,8 @@ jobs:
|
||||||
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/RocketChatRN/Info.plist
|
||||||
/usr/libexec/PlistBuddy -c "Set :bugsnag:apiKey $BUGSNAG_KEY" ./ios/ShareRocketChatRN/Info.plist
|
/usr/libexec/PlistBuddy -c "Set :bugsnag:apiKey $BUGSNAG_KEY" ./ios/ShareRocketChatRN/Info.plist
|
||||||
|
yarn detox clean-framework-cache && yarn detox build-framework-cache
|
||||||
yarn detox build --configuration ios.sim.release
|
yarn detox build --configuration ios.sim.release
|
||||||
yarn detox test --configuration ios.sim.release --cleanup --headless
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: >-
|
key: >-
|
||||||
ios-build-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ .Environment.CACHE_VERSION }}
|
ios-build-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ .Environment.CACHE_VERSION }}
|
||||||
|
|
Loading…
Reference in New Issue