Skip to content

Commit ff26959

Browse files
author
xulinfeng
committed
Updated workflow.
1 parent d15612a commit ff26959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
channel: 'stable'
1717
- run: flutter pub get
1818
- run: flutter test
19-
- run: cd ./example && flutter build ios --simulator
19+
- run: cd ./example && flutter build ios --simulator -t lib/ios.dart && flutter build apk -t lib/android.dart
2020

0 commit comments

Comments
 (0)