File tree 1 file changed +23
-2
lines changed
1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
8
8
jobs :
9
- test :
10
- runs-on : macos -latest
9
+ test-android :
10
+ runs-on : ubuntu -latest
11
11
defaults :
12
12
run :
13
13
working-directory : ./flutter/example
41
41
arch : x86_64
42
42
profile : Nexus 6
43
43
script : flutter test integration_test/launch_test.dart
44
+ test-ios :
45
+ runs-on : macos-latest
46
+ defaults :
47
+ run :
48
+ working-directory : ./flutter/example
49
+ strategy :
50
+ matrix :
51
+ sdk : ['stable', 'beta']
52
+ steps :
53
+ - name : checkout
54
+ uses : actions/checkout@v3
55
+
56
+ - uses : subosito/flutter-action@1e6ee87cb840500837bcd50a667fb28815d8e310 # pin@v2
57
+ with :
58
+ channel : ${{ matrix.sdk }}
59
+
60
+ - name : flutter upgrade
61
+ run : flutter upgrade
62
+
63
+ - name : flutter pub get
64
+ run : flutter pub get
44
65
45
66
- name : launch ios emulator
46
67
uses : futureware-tech/simulator-action@ee05c113b79f056b47f354d7b313555f5491e158 # pin@v2
You can’t perform that action at this time.
0 commit comments