--no-sound-null-safety is not needed anymore!

This commit is contained in:
Roland Geider
2021-07-07 23:16:35 +02:00
parent 7d590bfc24
commit f7fb5196a2
3 changed files with 4 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ jobs:
subdirectory: android
- name: Build AAB
run: flutter build appbundle --release --no-sound-null-safety
run: flutter build appbundle --release
env:
WGER_API_KEY: ${{ secrets.WGER_API_KEY }}

View File

@@ -25,8 +25,7 @@ jobs:
run: flutter gen-l10n
- name: Test app
run: flutter test --no-sound-null-safety --coverage
#run: flutter test --coverage
run: flutter test --coverage
#- name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1