mirror of
https://github.com/foss42/apidash.git
synced 2026-03-13 09:50:32 +08:00
melos test will only run tests for packages inside the packages directory.
This commit is contained in:
@@ -114,7 +114,7 @@ melos:
|
||||
description: Run build generator for all packages
|
||||
|
||||
test:
|
||||
run: melos exec --dir-exists=test -- "flutter test --coverage"
|
||||
run: melos exec --dir-exists=test --ignore="apidash" -- "flutter test --coverage"
|
||||
description: Run tests for all packages
|
||||
|
||||
pub-get:
|
||||
|
||||
Reference in New Issue
Block a user