File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ jobs:
224
224
echo ""
225
225
grep '^--- PASS' test_output.log | awk '{print "✅ " $3}' || true
226
226
else
227
- echo ""
228
227
echo "No tests passed 😞❗"
229
228
fi
230
229
echo "==================================================================================================================================================="
@@ -310,7 +309,7 @@ jobs:
310
309
comment-id : ${{ github.event.client_payload.github.payload.comment.id }}
311
310
body : |
312
311
- 🧪 **`Build Status: `** `${{ job.status }}`
313
- - 📌 **`GitHub Action: `[View GitHub Actions Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})`
312
+ - 📌 **`GitHub Action: `** [View GitHub Actions Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
314
313
- 📊 **`Code Coverage: `** `${{ env.CODE_COVERAGE_OUTPUT }}`
315
314
- 📝 **`Test Summary: `**
316
315
```txt
You can’t perform that action at this time.
0 commit comments