mirror of
https://github.com/tonytins/bullseye.git
synced 2025-06-25 10:24:44 -04:00
Removed unit testing, for now
This commit is contained in:
parent
9b5b15a550
commit
45ac062a42
2 changed files with 25 additions and 5 deletions
6
.github/workflows/flutter.yml
vendored
6
.github/workflows/flutter.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue