Skip to content

Commit

Permalink
Merge pull request #35 from pr0gramista/fix/ci
Browse files Browse the repository at this point in the history
Fix CI builds
  • Loading branch information
pr0gramista authored Dec 15, 2023
2 parents d5fddc8 + db83baa commit ffb4083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Analyze
run: flutter analyze
- name: Check format
run: flutter format --set-exit-if-changed .
run: dart format --set-exit-if-changed .
- name: Run unit tests
run: flutter test --test-randomize-ordering-seed random
2 changes: 1 addition & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ workflows:

tests-mobile:
name: iOS and Android
instance_type: mac_mini_m2
instance_type: mac_mini_m1
max_build_duration: 60
environment:
flutter: stable
Expand Down

0 comments on commit ffb4083

Please sign in to comment.