Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jul 25, 2023
1 parent 44a10e4 commit b6ef6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-prod-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
mkdir aggregates/
for file in ./conformance-*.json; do
echo $file;
new_file="aggregates/$(file#conformance-)"
new_file="aggregates/${file#conformance-}"
jq -ns 'inputs' "$file" | node aggregate.js 1 > "${new_file}"
done
Expand Down

0 comments on commit b6ef6d9

Please sign in to comment.