Skip to content

Commit

Permalink
fix: ci/cd errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Dec 24, 2023
1 parent 8f4d91c commit bad3c5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
channel: 'stable'
- run: flutter packages get
- run: flutter analyze
- run: dart analyze
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
channel: 'stable'
- run: flutter packages get
- run: flutter format -n --set-exit-if-changed .
- run: dart format -n --set-exit-if-changed .
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
channel: 'stable'
- run: flutter packages get
- run: dart run ./tool/test_coverage_create_helper.dart
# - run: dart run ./tool/test_coverage_create_helper.dart
- run: flutter test --coverage
# - run: dart run ./tool/test_coverage_filter.dart
# - run: dart run ./tool/test_coverage_validate_percentage.dart
Expand Down

0 comments on commit bad3c5b

Please sign in to comment.