Removed unit testing, for now

This commit is contained in:
Tony Bark 2021-05-29 12:16:23 -04:00
parent 9b5b15a550
commit 45ac062a42
2 changed files with 25 additions and 5 deletions

View file

@ -20,7 +20,6 @@ jobs:
with:
channel: "stable"
- run: flutter pub get
- run: flutter test
- run: flutter build linux
android:
@ -34,7 +33,6 @@ jobs:
with:
channel: "stable"
- run: flutter pub get
- run: flutter test
- run: flutter build apk
- run: flutter build appbundle
@ -46,7 +44,6 @@ jobs:
with:
channel: "stable"
- run: flutter pub get
- run: flutter test
- run: flutter build macos --release --no-codesign
ios:
@ -57,7 +54,7 @@ jobs:
with:
channel: "stable"
- run: flutter pub get
- run: flutter test
- run: flutter build ios --release --no-codesign
windows:
@ -68,5 +65,4 @@ jobs:
with:
channel: "stable"
- run: flutter pub get
- run: flutter test
- run: flutter build windows