Skip to content

Commit 4b04d85

Browse files
fix: unique
1 parent 7b98578 commit 4b04d85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ jobs:
322322
testComparison.skipped = testResults.tests
323323
.filter(t => t.skipped)
324324
.map(test => `${test.title} (${test.file})`);
325+
326+
testComparison.skipped = Array.from(new Set(testComparison.skipped));
325327
} else {
326328
console.log('Main branch test results file not found');
327329
mainTestResults = { tests: [] };

0 commit comments

Comments
 (0)