fix(core): Optimize getSharedWorkflowIds query (#6314)

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
Michael Auerswald
2023-05-26 18:02:55 +02:00
committed by GitHub
parent 7a7b884793
commit 0631f69d98
5 changed files with 55 additions and 12 deletions

View File

@@ -26,6 +26,7 @@ const config = {
collectCoverage: true,
coverageReporters: [process.env.COVERAGE_REPORT === 'true' ? 'text' : 'text-summary'],
collectCoverageFrom: ['src/**/*.ts'],
testTimeout: 10_000,
};
if (process.env.CI === 'true') {