Skip to content

Commit

Permalink
Always run flutter analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
RedyAu authored Oct 21, 2023
1 parent a75adac commit 3529be8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Analyze, test

on:
push:
branches: release
pull_request:
branches: release

jobs:
analyze:
Expand All @@ -15,5 +13,3 @@ jobs:
channel: 'stable'
- name: Analyze project
run: flutter analyze --no-fatal-warnings
- name: Test project
run: flutter test

0 comments on commit 3529be8

Please sign in to comment.