test: use shared as integration-tests level (#12278)
This commit is contained in:
@@ -21,6 +21,6 @@ for workspace in $(echo "$workspaces" | jq -r '.[]'); do
|
||||
filters+=" --filter=${workspace}"
|
||||
done
|
||||
|
||||
command="yarn run test $filters"
|
||||
command="yarn run test $filters $@"
|
||||
# Run the test in the selected chunk
|
||||
eval "$command"
|
||||
|
||||
Reference in New Issue
Block a user