diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 11bf9853..6e1fc4b3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -83,8 +83,8 @@ jobs: echo "matrix=$(jq -c '[ .[] | { "name": (.namespace + "/" + .name), - "config": .info.config, - "dir": .info.config | capture("^(?.*\/)").dir + "config": .build_info.config, + "dir": .build_info.config | capture("^(?.*\/)").dir } ]' ns_list.json )" >> $GITHUB_OUTPUT