Skip to content

Commit

Permalink
Split out pana checks; remove "demo tests".
Browse files Browse the repository at this point in the history
  • Loading branch information
rkistner committed Nov 6, 2024
1 parent e65328a commit 21f9d00
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,3 @@ jobs:
run: |
./.github/workflows/scripts/copy-config.sh
melos analyze:demos
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.x"
channel: "stable"
- name: Install melos
run: flutter pub global activate melos
- name: Install dependencies
run: melos prepare
- name: Run flutter tests
run: melos test
- name: Run dart tests
run: melos test:web
17 changes: 16 additions & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,22 @@ jobs:
run: melos analyze:packages
- name: Publish dry-run
run: melos publish --dry-run --yes
- name: Check publish score

pana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.x"
channel: "stable"

- name: Install Melos
run: flutter pub global activate melos
- name: Install dependencies
run: melos prepare
- name: Check pana score
run: |
flutter pub global activate pana
melos analyze:packages:pana --no-select
Expand Down

0 comments on commit 21f9d00

Please sign in to comment.