mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-05 23:01:07 +00:00
feat: add secure module marketplace runtime (#745)
This commit is contained in:
+3
-4
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user