Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Jun 2, 2023
1 parent 0c4aabc commit 7cb9ab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- run: dart pub get
- run: dart run build_runner build
- run: dart analyze
- run: dart format . --set-exit-if-changed
- run: dart pub run code_rules.dart
- run: dart test
# - run: dart format . --set-exit-if-changed
# - run: dart pub run code_rules.dart
# - run: dart test

0 comments on commit 7cb9ab0

Please sign in to comment.