mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Made portal tests run fully parallelised
refs: https://github.com/TryGhost/DevOps/issues/78
This commit is contained in:
parent
30448a13cd
commit
661acdee95
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ const config = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'portal',
|
name: 'portal',
|
||||||
testDir: 'test/e2e-browser/portal'
|
testDir: 'test/e2e-browser/portal',
|
||||||
|
fullyParallel: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue