mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
--no-sound-null-safety is not needed anymore!
This commit is contained in:
2
.github/workflows/android-release.yml
vendored
2
.github/workflows/android-release.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user