We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b225d9 commit 43b27cdCopy full SHA for 43b27cd
.github/workflows/flutter_integration_test.yml
@@ -33,15 +33,6 @@ jobs:
33
- name: flutter pub get
34
run: flutter pub get
35
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
45
- name: launch android emulator & run android integration test
46
uses: reactivecircus/android-emulator-runner@v2
47
with:
@@ -51,4 +42,11 @@ jobs:
51
profile: Nexus 6
52
script: flutter test integration_test/launch_test.dart
53
+ - name: launch ios emulator
+ uses: futureware-tech/simulator-action@v1
+ with:
48
+ model: 'iPhone 8'
49
+ os_version: '15.2'
54
50
+ - name: run ios integration test
+ run: flutter test integration_test/launch_test.dart
0 commit comments