Skip to content

Commit c1b86a1

Browse files
authored
Update build_test.yml
1 parent 04197af commit c1b86a1

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: flutter pub get
2323
- run: cd example; flutter build ios --no-codesign
2424
test_macOS:
25-
name: Test iOS on ${{ matrix.os }}
25+
name: Test macOS on ${{ matrix.os }}
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
matrix:
@@ -34,7 +34,7 @@ jobs:
3434
channel: stable
3535
- run: flutter config --enable-swift-package-manager
3636
- run: flutter pub get
37-
- run: cd example; flutter build macos --no-codesign
37+
- run: cd example; flutter build macos
3838

3939

4040
test_android:
@@ -53,6 +53,5 @@ jobs:
5353
- uses: subosito/flutter-action@v2
5454
with:
5555
channel: stable
56-
- run: flutter config --enable-swift-package-manager
57-
- run: flutter pub get
56+
- run: flutter config --enable-swift-package-manager; flutter pub get
5857
- run: cd example; flutter build apk --debug

0 commit comments

Comments
 (0)