From 462db330bb652d2df897e2804322319cc0edefff Mon Sep 17 00:00:00 2001 From: gemcoder21 <104884878+gemcoder21@users.noreply.github.com> Date: Tue, 2 Jul 2024 03:07:28 +0100 Subject: [PATCH] Remove --os-version=17.5 --- .github/workflows/ui-tests.yml | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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