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 7b98578 commit 4b04d85Copy full SHA for 4b04d85
.github/workflows/quality.yml
@@ -322,6 +322,8 @@ jobs:
322
testComparison.skipped = testResults.tests
323
.filter(t => t.skipped)
324
.map(test => `${test.title} (${test.file})`);
325
+
326
+ testComparison.skipped = Array.from(new Set(testComparison.skipped));
327
} else {
328
console.log('Main branch test results file not found');
329
mainTestResults = { tests: [] };
0 commit comments