diff --git a/android/app/appcenter-post-clone.sh b/android/app/appcenter-post-clone.sh index 7083b97e..6dd6948e 100644 --- a/android/app/appcenter-post-clone.sh +++ b/android/app/appcenter-post-clone.sh @@ -49,6 +49,8 @@ mkdir -p android/app/build/outputs/bundle/; mv build/app/outputs/bundle/googlepl # export WALDO_CLI_BIN=/usr/local/bin bash -c "$(curl -fLs https://github.com/waldoapp/waldo-go-cli/raw/master/install.sh)" +export PATH="/Users/runner/.waldo/bin:$PATH" + # To configure appCenter builds with Waldo UI Automation tool # export WALDO_UPLOAD_TOKEN=$ANDROID_WALDO_UPLOAD_TOKEN BUILD_PATH=android/app/build/outputs/apk/app-product-release.apk diff --git a/ios/appcenter-post-clone.sh b/ios/appcenter-post-clone.sh index 19be3099..870cb65f 100644 --- a/ios/appcenter-post-clone.sh +++ b/ios/appcenter-post-clone.sh @@ -30,6 +30,8 @@ flutter build ios --release --no-codesign bash -c "$(curl -fLs https://github.com/waldoapp/waldo-go-cli/raw/master/install.sh)" +export PATH="/Users/runner/.waldo/bin:$PATH" + # Remove START-SIM-SEC secion from Podfile sed -i '' "/#-START-SIM-SEC/,/#-END-SIM-SEC/d" 'ios/Podfile' flutter build ios --simulator