File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 1- name : Flutter action
1+ name : Flutter CI
22
3- on : [push]
3+ on :
4+ push :
5+ branches :
6+ - dev
7+ - master
8+ - action_test
49
510jobs :
611 test :
712 name : Test on ${{ matrix.os }}
813 runs-on : ${{ matrix.os }}
914 strategy :
1015 matrix :
11- os : [ubuntu-latest, windows-latest, macos-latest]
16+ os : [ubuntu-latest]
17+ # os: [ubuntu-latest, windows-latest, macos-latest]
1218 steps :
1319 - uses : actions/checkout@v1
1420 - uses : actions/setup-java@v1
1521 with :
1622 java-version : ' 12.x'
1723 - uses : subosito/flutter-action@v1
1824 with :
19- flutter-version : ' 1.8 .4'
20- channel : ' beta '
21- - run : flutter pub get
25+ flutter-version : ' 1.7.8+hotfix .4'
26+ channel : ' stable '
27+ - run : flutter packages get
2228 - run : flutter test
23- - run : flutter build apk
29+ - run : flutter build apk --target-platform android-arm --split-per-abi]
30+
31+ # - run: curl
You can’t perform that action at this time.
0 commit comments