File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,15 @@ jobs:
35
35
- run : flutter pub get
36
36
- run : flutter analyze
37
37
- run : dart format --set-exit-if-changed .
38
+
38
39
- name : Create template projects
39
40
run : dart run grinder build-project-templates
40
41
working-directory : pkgs/dart_services/
41
42
- name : Build the sdk compilation artifacts
42
43
run : dart run grinder build-storage-artifacts
43
44
working-directory : pkgs/dart_services/
45
+
44
46
- run : flutter build web
45
- - run : flutter test test
46
- - run : sh ./tool/check_cycles.sh
47
+ - run : flutter test
48
+
49
+ - run : tool/check_cycles.sh
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ pubspec.lock
19
19
dump.rdb
20
20
21
21
# compilation artifacts
22
- artifacts /
22
+ artifacts /* .dill
23
+ artifacts /* .js
24
+ artifacts /* .map
23
25
project_templates /
24
26
flutter-sdks /
25
27
local_pub_cache /
Original file line number Diff line number Diff line change
1
+
You can’t perform that action at this time.
0 commit comments