ci: Include THIRD_PARTY_LICENSES.md file with release (#18739)

This commit is contained in:
Artem Sorokin
2025-09-01 12:41:42 +02:00
committed by GitHub
parent daac88b3ec
commit 168ac0e9f2
16 changed files with 729 additions and 8 deletions

View File

@@ -313,6 +313,10 @@ export const setupTestServer = ({
case 'module-settings':
await import('@/controllers/module-settings.controller');
break;
case 'third-party-licenses':
await import('@/controllers/third-party-licenses.controller');
break;
}
}