We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d9559 commit 0924d1dCopy full SHA for 0924d1d
.github/workflows/build.yml
@@ -29,9 +29,15 @@ jobs:
29
- run: flutter pub run import_sorter:main --no-comments --exit-if-changed
30
- run: flutter analyze
31
- run: flutter test
32
+ - name: create examples
33
+ working-directory: ./example
34
+ run: flutter create .
35
- name: Start Web Release Build
36
37
run: flutter build web --release
38
- name: Start android Build
39
40
run: flutter build apk
41
- name: Start Linux Build
42
43
run: flutter build linux
0 commit comments