Skip to content

Commit c02a48e

Browse files
committed
editing the workflow
1 parent d63ad69 commit c02a48e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ios_test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ jobs:
2222
- name: Build app
2323
run: |
2424
flutter run -d "iPhone 15 Pro Max" --debug &
25-
FLUTTER_PID=$!
26-
sleep 600
27-
pkill -P $FLUTTER_PID
25+
q
2826
2927
3028
- name: Install Dependencies (Maestro, IDB Companion)
3129
run: |
3230
curl -Ls "https://get.maestro.mobile.dev" | bash
3331
export PATH="$PATH":"$HOME/.maestro/bin"
34-
maestro
32+
maestro -v
3533
brew tap facebook/fb
3634
brew install facebook/fb/idb-companion
3735

0 commit comments

Comments
 (0)