feat: add secure module marketplace runtime (#745)

This commit is contained in:
Darko Gjorgjijoski
2026-08-05 03:49:42 +02:00
committed by GitHub
parent f322c2b74d
commit 8579e4f85f
79 changed files with 2084 additions and 1762 deletions
+3 -4
View File
@@ -6,8 +6,7 @@ use Tests\TestCase;
uses(TestCase::class, RefreshDatabase::class)->in('Feature');
uses(TestCase::class, RefreshDatabase::class)->in('Unit');
// The module-system tests scaffold real modules on disk (Modules/ScaffoldProbe) and
// toggle the shared modules_statuses.json — global, filesystem-level state that paratest
// does NOT isolate per worker (it only isolates the database). Tag them so CI can run
// this group serially, after the parallel pass, to avoid cross-worker collisions.
// The module-system tests scaffold real modules on disk (Modules/ScaffoldProbe).
// Paratest isolates the database but not that shared filesystem path, so run this
// group serially after the parallel pass to avoid cross-worker collisions.
uses()->group('modules')->in('Feature/Company/Modules');