Skip to content

Commit 0924d1d

Browse files
authored
Update build.yml
1 parent a4d9559 commit 0924d1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@ jobs:
2929
- run: flutter pub run import_sorter:main --no-comments --exit-if-changed
3030
- run: flutter analyze
3131
- run: flutter test
32+
- name: create examples
33+
working-directory: ./example
34+
run: flutter create .
3235
- name: Start Web Release Build
36+
working-directory: ./example
3337
run: flutter build web --release
3438
- name: Start android Build
39+
working-directory: ./example
3540
run: flutter build apk
3641
- name: Start Linux Build
42+
working-directory: ./example
3743
run: flutter build linux

0 commit comments

Comments
 (0)