Skip to content

Commit

Permalink
Update build_test.yml (#170)
Browse files Browse the repository at this point in the history
还未加入 lint 检测,先去掉避免报错
  • Loading branch information
Nayuta403 authored Apr 2, 2022
1 parent d6fb1a9 commit 174ee28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- run: dart --version
- run: flutter --version
- run: flutter pub get
- run: flutter analyze lib example/lib
- run: flutter pub publish --dry-run
- run: cd example; flutter build ios --no-codesign

Expand All @@ -45,7 +44,6 @@ jobs:
- run: dart --version
- run: flutter --version
- 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: cd example; flutter build apk --debug
- run: cd example; flutter build apk --debug

0 comments on commit 174ee28

Please sign in to comment.