We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2b8e0 commit bcdaa86Copy full SHA for bcdaa86
.github/workflows/minimum_stable_version_test.yml
@@ -7,27 +7,8 @@ on:
7
branches: [ master ]
8
9
jobs:
10
- test_iOS:
11
- name: Test iOS on ${{ matrix.os }}
12
- runs-on: ${{ matrix.os }}
13
- strategy:
14
- matrix:
15
- os: [macos-latest]
16
- steps:
17
- - uses: actions/checkout@v1
18
- - uses: actions/setup-java@v1
19
- with:
20
- java-version: '8.x'
21
- - uses: subosito/flutter-action@v1
22
23
- flutter-version: '1.17.5'
24
- - run: dart --version
25
- - run: flutter --version
26
- - run: flutter pub get
27
- - run: flutter analyze lib example/lib
28
-
29
- test_android:
30
- name: Test android on ${{ matrix.os }}
+ analysis:
+ name: Analysis task
31
runs-on: ${{ matrix.os }}
32
strategy:
33
matrix:
0 commit comments