Skip to content

Commit

Permalink
Remove --os-version=17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Jul 2, 2024
1 parent 88b294b commit 462db33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 462db33

Please sign in to comment.