We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04197af commit c1b86a1Copy full SHA for c1b86a1
1 file changed
.github/workflows/build_test.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: flutter pub get
23
- run: cd example; flutter build ios --no-codesign
24
test_macOS:
25
- name: Test iOS on ${{ matrix.os }}
+ name: Test macOS on ${{ matrix.os }}
26
runs-on: ${{ matrix.os }}
27
strategy:
28
matrix:
@@ -34,7 +34,7 @@ jobs:
34
channel: stable
35
- run: flutter config --enable-swift-package-manager
36
37
- - run: cd example; flutter build macos --no-codesign
+ - run: cd example; flutter build macos
38
39
40
test_android:
@@ -53,6 +53,5 @@ jobs:
53
- uses: subosito/flutter-action@v2
54
with:
55
56
- - run: flutter config --enable-swift-package-manager
57
- - run: flutter pub get
+ - run: flutter config --enable-swift-package-manager; flutter pub get
58
- run: cd example; flutter build apk --debug
0 commit comments