Skip to content

Commit 5a0e021

Browse files
committed
chore: use CI mode for testing on CI
1 parent 56ee061 commit 5a0e021

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ if (yn(process.env.CI)) {
1616
// Force headless mode in CI environments
1717
process.env.HEADLESS = 'true';
1818

19+
// Use CI mode
20+
argv.push('--ci');
1921
// Parallelized puppeteer tests have high memory overhead in CI environments.
2022
// Fall back to run in series so tests will run faster.
2123
argv.push('--runInBand');

0 commit comments

Comments
 (0)