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

config: Add waldo to path #209

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
2 changes: 2 additions & 0 deletions android/app/appcenter-post-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions ios/appcenter-post-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading