Skip to content

Commit a704e2f

Browse files
committed
ci: Update publish workflow to use melos exec for flutter analyze and flutter test commands.
1 parent 1e67475 commit a704e2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
run: melos bootstrap
3333

3434
- name: Analyze
35-
run: melos run analyze
35+
run: melos exec -- flutter analyze .
3636

3737
- name: Test
38-
run: melos run test
38+
run: melos exec --dir-exists="test" -- flutter test
3939

4040
- name: Verify release tag matches package versions
4141
env:

0 commit comments

Comments
 (0)