We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f37e59 commit 76d82deCopy full SHA for 76d82de
bin/run-vitest-all.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Get all workspace names
4
-workspaces=$(yarn workspaces --json info | jq -r 'if .type == "log" then .data | fromjson | keys[] else empty end')
+workspaces=$(yarn workspaces info | grep -o '@symfony/[^"]*')
5
6
# Flag to track if any test fails
7
all_tests_passed=true
0 commit comments