Skip to content

Commit

Permalink
Don't fail analyze on infos
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper committed Oct 29, 2023
1 parent 8d4a0c1 commit 46a3ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- run: pod repo update

- name: Flutter analyze
run: flutter analyze
run: flutter analyze --no-fatal-infos

- name: Flutter analyze
- name: Flutter format
run: dart format -o none --set-exit-if-change

- name: Run tests
Expand Down

0 comments on commit 46a3ff9

Please sign in to comment.