mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 15:12:27 -05:00
fix serial flag, close #541
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ module.exports = (cmd, options) => {
|
||||
if (runSerially) {
|
||||
console.log('⚠️ running jobs serially')
|
||||
}
|
||||
const parallel = runSerially
|
||||
const parallel = !runSerially
|
||||
return runAll(tasks, {
|
||||
parallel,
|
||||
printLabel: tasks.length > 1,
|
||||
|
||||
Reference in New Issue
Block a user