Skip to content

Commit 21f9d00

Browse files
committed
Split out pana checks; remove "demo tests".
1 parent e65328a commit 21f9d00

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

.github/workflows/demos.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,3 @@ jobs:
2929
run: |
3030
./.github/workflows/scripts/copy-config.sh
3131
melos analyze:demos
32-
33-
test:
34-
runs-on: ubuntu-latest
35-
steps:
36-
- uses: actions/checkout@v3
37-
- name: Install Flutter
38-
uses: subosito/flutter-action@v2
39-
with:
40-
flutter-version: "3.x"
41-
channel: "stable"
42-
- name: Install melos
43-
run: flutter pub global activate melos
44-
- name: Install dependencies
45-
run: melos prepare
46-
- name: Run flutter tests
47-
run: melos test
48-
- name: Run dart tests
49-
run: melos test:web

.github/workflows/packages.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,22 @@ jobs:
2929
run: melos analyze:packages
3030
- name: Publish dry-run
3131
run: melos publish --dry-run --yes
32-
- name: Check publish score
32+
33+
pana:
34+
runs-on: ubuntu-latest
35+
steps:
36+
- uses: actions/checkout@v3
37+
- name: Install Flutter
38+
uses: subosito/flutter-action@v2
39+
with:
40+
flutter-version: "3.x"
41+
channel: "stable"
42+
43+
- name: Install Melos
44+
run: flutter pub global activate melos
45+
- name: Install dependencies
46+
run: melos prepare
47+
- name: Check pana score
3348
run: |
3449
flutter pub global activate pana
3550
melos analyze:packages:pana --no-select

0 commit comments

Comments
 (0)