Skip to content

Commit b7f7d8e

Browse files
committed
ci: add testing
1 parent 6383a9d commit b7f7d8e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@ jobs:
5151
fatal_performance: true
5252
fatal_warnings: true
5353

54+
- name: Test
55+
run: melos run test
56+
5457
- name: Dry Publish Packages
5558
run: melos publish --dry-run -y

melos.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ scripts:
2626
dirExists:
2727
- test
2828

29-
publishable:
30-
run: melos exec -- dart pub publish --dry-run
31-
description: Checks whether packages are publishable.
32-
packageFilters:
33-
scope: "*"
34-
3529
# CLEAN
3630

3731
clean:

0 commit comments

Comments
 (0)