Skip to content

Commit 19a72f7

Browse files
authored
Update dart.yml
1 parent 9d32675 commit 19a72f7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/dart.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
- run: flutter --version
2727
- run: flutter pub get
2828
# - run: flutter test
29-
- run: cd example
30-
- run: flutter build apk
29+
- run: |
30+
cd example
31+
flutter build apk

0 commit comments

Comments
 (0)