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 b442487 commit c80d4d9Copy full SHA for c80d4d9
.github/workflows/ci.yml
@@ -322,7 +322,7 @@ jobs:
322
const newTests = parseInt('${{ steps.count_tests.outputs.new_tests }}');
323
const testsStatus = newTests > 0 ? '✨' : '➖';
324
325
- const ciSection = `## CI Results
+ const ciSection = `## CI Results
326
327
### Test Status: <span style="color: ${statusColor};">${status}</span>
328
📊 [Full Report](${reportUrl})
0 commit comments