Skip to content

Commit 71a933b

Browse files
authored
ci: Update test.yml
disable format checker
1 parent 48d6b50 commit 71a933b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030

3131
# Analyze, check formatting, and run unit tests.
3232
# - run: flutter analyze
33-
- name: Ensure the Dart code is formatted correctly
34-
run: dart format --set-exit-if-changed .
33+
# - name: Ensure the Dart code is formatted correctly
34+
# run: dart format --set-exit-if-changed .
3535
- name: Run Flutter unit tests
3636
run: flutter test --coverage
3737

@@ -84,4 +84,4 @@ jobs:
8484
# if: failure()
8585
# with:
8686
# name: goldens
87-
# path: test_goldens/failures/
87+
# path: test_goldens/failures/

0 commit comments

Comments
 (0)