We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad9ad9 commit ae3f6a8Copy full SHA for ae3f6a8
.github/workflows/report-summary.yml .github/workflows/report_summary.yml.github/workflows/report-summary.yml renamed to .github/workflows/report_summary.yml
@@ -91,7 +91,7 @@ jobs:
91
echo "| Test | Status |"
92
echo "| ---- | ------ |"
93
if jq -e '.tests' "$REPORT_FILE" >/dev/null 2>&1; then
94
- jq -r ".tests[] | \"\(.nodeid)\t\(.outcome // \\\"passed\\\")\"" "$REPORT_FILE" | \
+ jq -r '.tests[] | "\(.nodeid)\t\(.outcome // "passed")"' "$REPORT_FILE" | \
95
while IFS=$'\t' read -r NODEID OUTCOME; do
96
case "${OUTCOME}" in
97
passed) ICON="✅ Passed" ;;
0 commit comments