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 7a892f6 commit d64d341Copy full SHA for d64d341
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
if grep -q "flutter_test:" "pubspec.yaml"; then
66
flutter test
67
- else if grep -q "test:" "pubspec.yaml"; then
+ elif grep -q "test:" "pubspec.yaml"; then
68
dart test
69
fi
70
working-directory: ${{ matrix.package }}
0 commit comments