From a7f78582c6362d8d4e35c468298cc560f76382d0 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 6 Feb 2025 09:18:35 +0200 Subject: [PATCH] More --- .github/actions/quic-interop-runner/action.yml | 5 +++-- .github/workflows/qns.yml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/actions/quic-interop-runner/action.yml b/.github/actions/quic-interop-runner/action.yml index 5fc804bd0c..8e71228522 100644 --- a/.github/actions/quic-interop-runner/action.yml +++ b/.github/actions/quic-interop-runner/action.yml @@ -114,8 +114,9 @@ runs: run: | cat result.json jq ". + {log_url: \"$ARTIFACT_URL\"}" - < result.json > result.json.tmp && \ - mv result.json.tmp result.json + < result.json > result.json.tmp + mv result.json.tmp result.json + cat result.json shell: bash - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index 01b61e6042..4c14fa1290 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -222,6 +222,7 @@ jobs: ROLE=server fi RUN="results/${PREFIX} results" + echo $RUN PAIR="$CLIENT $DELIM $SERVER" if [ ! -e "$RUN/result.json" ]; then echo not there