Skip to content

Commit db650f4

Browse files
committed
fix(ci): can't use runInBand for e2e: cache collision
1 parent edb6eda commit db650f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (parentArgs.includes('--coverage')) {
2020
)
2121
parentArgs = parentArgs.filter(a => a !== '--coverage')
2222
}
23-
// if (!parentArgs.includes('--runInBand')) parentArgs.push('--runInBand')
23+
if (!parentArgs.includes('--runInBand')) parentArgs.push('--runInBand')
2424

2525
function getDirectories(rootDir) {
2626
return fs.readdirSync(rootDir).filter(function(file) {

0 commit comments

Comments
 (0)