Skip to content

Commit c80d4d9

Browse files
Anton StandrikAnton Standrik
authored andcommitted
chore: test
1 parent b442487 commit c80d4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
const newTests = parseInt('${{ steps.count_tests.outputs.new_tests }}');
323323
const testsStatus = newTests > 0 ? '✨' : '➖';
324324
325-
const ciSection = `## CI Results
325+
const ciSection = `## CI Results
326326
327327
### Test Status: <span style="color: ${statusColor};">${status}</span>
328328
📊 [Full Report](${reportUrl})

0 commit comments

Comments
 (0)