Skip to content

Commit

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

0 comments on commit b9071e4

Please sign in to comment.