Skip to content

Commit

Permalink
ci: fix implementation names
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Aug 21, 2023
1 parent 3095a9e commit 64ba31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-implementations-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# details: https://github.com/actions/download-artifact#download-all-artifacts
for folder in ./conformance-*.json; do
file="${folder}/output.json"
new_file="aggregates/${folder#conformance-}"
new_file="aggregates/${folder#.\/conformance-}" # drop the ./conformance- prefix
jq -ns 'inputs' "$file" | node ../gateway-conformance/aggregate.js 1 > "${new_file}"
done
Expand Down

0 comments on commit 64ba31f

Please sign in to comment.