Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 6, 2025
1 parent f8dd1ea commit a7f7858
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/quic-interop-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7f7858

Please sign in to comment.