File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,31 +3,23 @@ name: flutter_analyze
33on :
44 push :
55 branches :
6- - main
7-
6+ - master
87 pull_request :
98 branches :
10- - main
9+ - master
1110
1211jobs :
1312 lint :
14- strategy :
15- matrix :
16- os : [macos-12]
17- flutter-version : ['3.24.1']
18- flutter-channel : [stable]
19-
20- name : flutter_analyze
21- runs-on : ${{ matrix.os }}
13+ name : flutter_analyze_and_test
14+ runs-on : macos-latest
2215 steps :
2316 - name : set up repository
24- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
2518 - name : set up flutter
2619 uses : subosito/flutter-action@v2
2720 with :
28- flutter-version : ${{ matrix.flutter-version }}
29- channel : ${{ matrix.flutter-channel }}
30- cache : false
21+ channel : ' stable'
22+ cache : true
3123 - name : flutter doctor
3224 run : flutter doctor -v
3325 - name : flutter pub get
You can’t perform that action at this time.
0 commit comments