Skip to content

Commit

Permalink
fix(ci): can't use runInBand for e2e: cache collision
Browse files Browse the repository at this point in the history
  • Loading branch information
huafu committed Sep 1, 2018
1 parent edb6eda commit db650f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (parentArgs.includes('--coverage')) {
)
parentArgs = parentArgs.filter(a => a !== '--coverage')
}
// if (!parentArgs.includes('--runInBand')) parentArgs.push('--runInBand')
if (!parentArgs.includes('--runInBand')) parentArgs.push('--runInBand')

function getDirectories(rootDir) {
return fs.readdirSync(rootDir).filter(function(file) {
Expand Down

0 comments on commit db650f4

Please sign in to comment.