Skip to content

Commit 063f732

Browse files
committed
x
1 parent f3d538a commit 063f732

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/all-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ jobs:
7272
- name: List packages
7373
id: packages
7474
run: |
75-
dirs=$(cd pkg && find . -type d -printf "\"%p\",")
75+
dirs=$(find . -type d -printf "\"%p\",")
7676
json_array=$(echo "[$dirs]" | sed 's/,$//' | jq -c '.')
7777
echo "packages=$json_array" >> "$GITHUB_OUTPUT"
78+
working-directory: pkg/
7879

7980
test_packages:
8081
name: pkg/${{matrix.package}}/

0 commit comments

Comments
 (0)