Skip to content

Commit

Permalink
ignore example when running unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Apr 15, 2023
1 parent 1043de1 commit 7386f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ scripts:
description: Run dart analyzer in a specific package.
test:unit:
description: Run unit tests in a specific package.
run: melos exec --concurrency=1 -- "flutter test"
run: melos exec --concurrency=1 --ignore="*example*" -- "flutter test"
packageFilters:
dirExists:
- test
Expand Down

0 comments on commit 7386f50

Please sign in to comment.