We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d6b50 commit 71a933bCopy full SHA for 71a933b
.github/workflows/test.yml
@@ -30,8 +30,8 @@ jobs:
30
31
# Analyze, check formatting, and run unit tests.
32
# - run: flutter analyze
33
- - name: Ensure the Dart code is formatted correctly
34
- run: dart format --set-exit-if-changed .
+ # - name: Ensure the Dart code is formatted correctly
+ # run: dart format --set-exit-if-changed .
35
- name: Run Flutter unit tests
36
run: flutter test --coverage
37
@@ -84,4 +84,4 @@ jobs:
84
# if: failure()
85
# with:
86
# name: goldens
87
- # path: test_goldens/failures/
+ # path: test_goldens/failures/
0 commit comments