Skip to content

Commit

Permalink
fix(github action): treat warnings/info as nonfatal
Browse files Browse the repository at this point in the history
  • Loading branch information
becooq81 committed May 16, 2024
1 parent 90a35e4 commit 6fe8b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: flutter pub get
- name: Analyze project source
run: dart analyze --fatal-warnings=false
run: dart analyze --no-fatal-warnings
- name: Run tests
run: flutter test --no-test-assets --disable-service-auth-codes --coverage
- name: Build APK
Expand Down

0 comments on commit 6fe8b37

Please sign in to comment.