Skip to content

Commit d64d341

Browse files
committed
ci: silly me
1 parent 7a892f6 commit d64d341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
if grep -q "flutter_test:" "pubspec.yaml"; then
6666
flutter test
67-
else if grep -q "test:" "pubspec.yaml"; then
67+
elif grep -q "test:" "pubspec.yaml"; then
6868
dart test
6969
fi
7070
working-directory: ${{ matrix.package }}

0 commit comments

Comments
 (0)