ci: change reporter style

This commit is contained in:
Aleksey Kulikov 2022-05-02 15:08:50 +03:00
parent 64b45b418a
commit f9ca667f45

View file

@ -53,4 +53,4 @@ jobs:
run: flutter pub get run: flutter pub get
- name: Run tests - name: Run tests
run: dart test --exclude-tags "remote_fetch" --platform=vm run: dart test --reporter expanded --exclude-tags "remote_fetch" --platform=vm