Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Aug 17, 2023
2 parents 1c09b69 + fbf3781 commit 397fb6f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Flutter
name: Flutter Test

on:
push:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:

# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Analyze project source
run: dart analyze
run: dart analyze --no-fatal-warnings

# Your project will need to have tests in test/ and a dependency on
# package:test for this step to succeed. Note that Flutter projects will
Expand Down

0 comments on commit 397fb6f

Please sign in to comment.