Skip to content

Commit 0e0fb05

Browse files
committed
editing the workflow
1 parent 71adec8 commit 0e0fb05

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ios_test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,18 @@ jobs:
2323
run: |
2424
flutter run -d "iPhone 15 Pro Max" --debug &
2525
FLUTTER_PID=$!
26-
sleep 800
26+
sleep 700
2727
pkill -P $FLUTTER_PID
2828
2929
30-
- name: Install Dependencies (Maestro, IDB Companion)
30+
- name: Install Maestro
3131
run: |
3232
curl -Ls "https://get.maestro.mobile.dev" | bash
3333
export PATH="$PATH":"$HOME/.maestro/bin"
3434
maestro -v
35+
36+
- name: Install Dependencies (Maestro, IDB Companion)
37+
run: |
3538
brew tap facebook/fb
3639
brew install facebook/fb/idb-companion
3740

0 commit comments

Comments
 (0)