From b9071e4ad8892995e242c28aa299b89f0b0369d5 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Wed, 5 Feb 2025 11:19:26 +0200 Subject: [PATCH] ci: More fixes for #2413 (#2419) --- .github/actions/quic-interop-runner/action.yml | 2 +- .github/workflows/qns.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/quic-interop-runner/action.yml b/.github/actions/quic-interop-runner/action.yml index fa6f921ac8..d7d27cbe80 100644 --- a/.github/actions/quic-interop-runner/action.yml +++ b/.github/actions/quic-interop-runner/action.yml @@ -112,7 +112,7 @@ runs: env: ARTIFACT_URL: ${{ steps.upload-logs.outputs.artifact-url }} run: | - jq '. + {log_url: "$ARTIFACT_URL"}' + jq ". + {log_url: \"$ARTIFACT_URL\"}" < result.json > result.json.tmp && \ mv result.json.tmp result.json shell: bash diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index bb7fa88fd1..2b3322cd68 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -244,9 +244,9 @@ jobs: fi echo echo "#### $LATEST as client" - cat client.failed.md + cat client.failed.md || echo echo "#### $LATEST as server" - cat server.failed.md + cat server.failed.md || echo else echo -n "None " if [ -e "client.succeeded.md" ] || [ -e "server.succeeded.md" ] || [ -e "client.unsupported.md" ] || [ -e "server.unsupported.md" ]; then