Skip to content

Commit

Permalink
Make sure flutter analyze warnings and infos don't fail CI (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Feb 13, 2025
1 parent 3942275 commit a64d655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Analize auth0_flutter package
working-directory: auth0_flutter
run: flutter analyze
run: flutter analyze --no-fatal-warnings --no-fatal-infos

analyze-auth0_flutter_platform_interface:
name: Analyze auth0_flutter_platform_interface Flutter package
Expand All @@ -59,7 +59,7 @@ jobs:

- name: Analize auth0_flutter_platform_interface package
working-directory: auth0_flutter_platform_interface
run: flutter analyze
run: flutter analyze --no-fatal-warnings --no-fatal-infos

test-auth0_flutter:
name: Test auth0_flutter Flutter package
Expand Down

0 comments on commit a64d655

Please sign in to comment.