Skip to content

Commit 76d82de

Browse files
committed
Removing need for jq
1 parent 7f37e59 commit 76d82de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run-vitest-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Get all workspace names
4-
workspaces=$(yarn workspaces --json info | jq -r 'if .type == "log" then .data | fromjson | keys[] else empty end')
4+
workspaces=$(yarn workspaces info | grep -o '@symfony/[^"]*')
55

66
# Flag to track if any test fails
77
all_tests_passed=true

0 commit comments

Comments
 (0)