Skip to content

Commit

Permalink
fix matrix jq query
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Feb 24, 2024
1 parent a6e2038 commit c20dcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
echo "matrix=$(jq -c '[ .[] |
{
"name": (.functionality.namespace + "/" + .functionality.name),
"name": (.namespace + "/" + .name),
"config": .info.config,
"dir": .info.config | capture("^(?<dir>.*\/)").dir
}
Expand Down

0 comments on commit c20dcf7

Please sign in to comment.