Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

config: app center waldo upload token #210

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions android/app/appcenter-post-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ bash -c "$(curl -fLs https://github.com/waldoapp/waldo-go-cli/raw/master/install
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
export WALDO_UPLOAD_TOKEN=$ANDROID_WALDO_UPLOAD_TOKEN

waldo auth $ANDROID_WALDO_UPLOAD_TOKEN
BUILD_PATH=android/app/build/outputs/apk/app-product-release.apk

waldo upload "$_build_path"

Expand Down
4 changes: 2 additions & 2 deletions ios/appcenter-post-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ flutter build ios --simulator
_build_path="build/ios/iphonesimulator/Runner.app"
# adjust this as necessary

# export WALDO_UPLOAD_TOKEN=$IOS_WALDO_UPLOAD_TOKEN
export WALDO_UPLOAD_TOKEN=$IOS_WALDO_UPLOAD_TOKEN

waldo auth $IOS_WALDO_UPLOAD_TOKEN
# waldo auth $IOS_WALDO_UPLOAD_TOKEN

waldo upload "$_build_path"
Loading