diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 758c84af..be01d71f 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -43,7 +43,6 @@ jobs: - name: Install Maestro run: | curl -Ls "https://get.maestro.mobile.dev" | bash - export PATH="$PATH":"$HOME/.maestro/bin" brew tap facebook/fb brew install facebook/fb/idb-companion diff --git a/Makefile b/Makefile index ce324c5e..65bfa150 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ build: -destination "platform=iOS Simulator,name=iPhone 15" build | xcbeautify test-ui: - ~/.maestro/bin/maestro start-device --platform=ios --os-version=17.5 + ~/.maestro/bin/maestro start-device --platform=ios MAESTRO_DRIVER_STARTUP_TIMEOUT=120000 ~/.maestro/bin/maestro test .maestro .PHONY: build