From 64ba31fe9f54d4db8fa6545be4abc714eaf29e12 Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Mon, 21 Aug 2023 11:21:35 +0200 Subject: [PATCH] ci: fix implementation names --- .github/workflows/test-implementations-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-implementations-e2e.yml b/.github/workflows/test-implementations-e2e.yml index ea614fb2a..a94b5c22d 100644 --- a/.github/workflows/test-implementations-e2e.yml +++ b/.github/workflows/test-implementations-e2e.yml @@ -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