Skip to content

Commit 073bb93

Browse files
committed
editing the workflow
1 parent 99c2292 commit 073bb93

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ios_test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
model: 'iPhone 15 Pro Max' # Choose your dswesired simulator model
2121

2222
- name: Build app
23-
run: flutter run -d "iPhone 15 Pro Max" --debug
24-
timeout 3m flutter run -d "iPhone 15 Pro Max"
23+
run: flutter run -d "iPhone 15 Pro Max" --debug &
24+
FLUTTER_PID=$!
25+
sleep 300
26+
pkill -P $FLUTTER_PID
2527

2628

2729
- name: Install Dependencies (Maestro, IDB Companion)

0 commit comments

Comments
 (0)