Skip to content

Commit 657cac8

Browse files
committed
check in an empty artifacts/ dir
1 parent 5f41a01 commit 657cac8

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/dartpad_ui.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,15 @@ jobs:
3535
- run: flutter pub get
3636
- run: flutter analyze
3737
- run: dart format --set-exit-if-changed .
38+
3839
- name: Create template projects
3940
run: dart run grinder build-project-templates
4041
working-directory: pkgs/dart_services/
4142
- name: Build the sdk compilation artifacts
4243
run: dart run grinder build-storage-artifacts
4344
working-directory: pkgs/dart_services/
45+
4446
- 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

pkgs/dart_services/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ pubspec.lock
1919
dump.rdb
2020

2121
# compilation artifacts
22-
artifacts/
22+
artifacts/*.dill
23+
artifacts/*.js
24+
artifacts/*.map
2325
project_templates/
2426
flutter-sdks/
2527
local_pub_cache/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

pkgs/dartpad_ui/tool/check_cycles.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)