Skip to content

Commit bcdaa86

Browse files
authored
🔥 Only analyze on a single platform.
1 parent 0a2b8e0 commit bcdaa86

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

.github/workflows/minimum_stable_version_test.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,8 @@ on:
77
branches: [ master ]
88

99
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-
with:
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 }}
10+
analysis:
11+
name: Analysis task
3112
runs-on: ${{ matrix.os }}
3213
strategy:
3314
matrix:

0 commit comments

Comments
 (0)