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