Skip to content

Commit 43b27cd

Browse files
committed
fix order
1 parent 1b225d9 commit 43b27cd

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/flutter_integration_test.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ jobs:
3333
- name: flutter pub get
3434
run: flutter pub get
3535

36-
- name: launch ios emulator
37-
uses: futureware-tech/simulator-action@v1
38-
with:
39-
model: 'iPhone 8'
40-
os_version: '15.2'
41-
42-
- name: run ios integration test
43-
run: flutter test integration_test/launch_test.dart
44-
4536
- name: launch android emulator & run android integration test
4637
uses: reactivecircus/android-emulator-runner@v2
4738
with:
@@ -51,4 +42,11 @@ jobs:
5142
profile: Nexus 6
5243
script: flutter test integration_test/launch_test.dart
5344

45+
- name: launch ios emulator
46+
uses: futureware-tech/simulator-action@v1
47+
with:
48+
model: 'iPhone 8'
49+
os_version: '15.2'
5450

51+
- name: run ios integration test
52+
run: flutter test integration_test/launch_test.dart

0 commit comments

Comments
 (0)