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 f3d538a commit 063f732Copy full SHA for 063f732
.github/workflows/all-test.yml
@@ -72,9 +72,10 @@ jobs:
72
- name: List packages
73
id: packages
74
run: |
75
- dirs=$(cd pkg && find . -type d -printf "\"%p\",")
+ dirs=$(find . -type d -printf "\"%p\",")
76
json_array=$(echo "[$dirs]" | sed 's/,$//' | jq -c '.')
77
echo "packages=$json_array" >> "$GITHUB_OUTPUT"
78
+ working-directory: pkg/
79
80
test_packages:
81
name: pkg/${{matrix.package}}/
0 commit comments