Update flutter.yml

This commit is contained in:
Michael Speed 2023-03-20 18:04:40 +01:00
parent ebca6f3473
commit 482b73f374

View File

@ -86,7 +86,7 @@ jobs:
run: flutter packages pub run build_runner build --delete-conflicting-outputs
- name: Analyze
run: flutter analyze --no-fatal-warnings --no-fatal-infos --set-exit-on-violation-level=alarm .
run: flutter analyze --no-fatal-warnings --no-fatal-infos .
- name: Run tests
run: flutter test