Unverified 提交 fcd5f14f authored 作者: Alex Li's avatar Alex Li 提交者: GitHub

Remove analysis and dry run

上级 eb705f99
...@@ -22,8 +22,6 @@ jobs: ...@@ -22,8 +22,6 @@ jobs:
with: with:
channel: stable channel: stable
- run: flutter pub get - run: flutter pub get
- run: flutter analyze lib example/lib
- run: flutter pub publish --dry-run
- run: cd example; flutter build ios --no-codesign - run: cd example; flutter build ios --no-codesign
test_android: test_android:
...@@ -41,7 +39,5 @@ jobs: ...@@ -41,7 +39,5 @@ jobs:
with: with:
channel: stable channel: stable
- run: flutter pub get - run: flutter pub get
- run: flutter analyze lib example/lib
- run: flutter pub publish --dry-run
- run: sudo echo "y" | sudo $ANDROID_HOME/tools/bin/sdkmanager "ndk;20.0.5594570" - run: sudo echo "y" | sudo $ANDROID_HOME/tools/bin/sdkmanager "ndk;20.0.5594570"
- run: cd example; flutter build apk --debug - run: cd example; flutter build apk --debug
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论