We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3164f87 commit 9d32675Copy full SHA for 9d32675
1 file changed
.github/workflows/dart.yml
@@ -26,4 +26,5 @@ jobs:
26
- run: flutter --version
27
- run: flutter pub get
28
# - run: flutter test
29
-# - run: flutter build apk
+ - run: cd example
30
+ - run: flutter build apk
0 commit comments