mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 00:29:20 +08:00
CI: Enable sound null safety
This commit is contained in:
@ -13,8 +13,7 @@ jobs:
|
||||
command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config
|
||||
- run:
|
||||
name: Test
|
||||
# FIXME: Run `flutter test` with sound null safety
|
||||
command: flutter test --no-sound-null-safety --coverage --machine | tojunit --output junit.xml
|
||||
command: flutter test --coverage --machine | tojunit --output junit.xml
|
||||
- store_test_results:
|
||||
path: ./
|
||||
# - run:
|
||||
|
Reference in New Issue
Block a user