Skip to content

Commit

Permalink
Disable flutter analyze for now
Browse files Browse the repository at this point in the history
  • Loading branch information
SPodjasek committed Oct 25, 2021
1 parent 01095ef commit 2332084
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: "Show `doctor` output"
run: flutter doctor -v
- name: "Execute `pub get`"
run: flutter pub get -v
run: flutter pub get
- name: "Show `analyze` output"
run: flutter analyze -v
if: ${{ false }}
run: flutter analyze

0 comments on commit 2332084

Please sign in to comment.