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
|
||||
|
||||
@@ -56,11 +56,11 @@ Generate translation files with ``flutter gen-l10n``
|
||||
|
||||
|
||||
### 5
|
||||
Start the application with ``flutter run --no-sound-null-safety`` or use your IDE
|
||||
Start the application with ``flutter run`` or use your IDE
|
||||
(please note that depending on how you run your emulator you will need to change the
|
||||
IP address of the server)
|
||||
|
||||
You can run the tests with ``flutter test --no-sound-null-safety``
|
||||
You can run the tests with ``flutter test``
|
||||
|
||||
## Translation
|
||||
Translate the app to your language on [Weblate](https://hosted.weblate.org/engage/wger/).
|
||||
|
||||
Reference in New Issue
Block a user