fix: update test command to use ChromeHeadlessCI browser

This commit is contained in:
2026-03-06 12:07:33 +05:30
parent ddf92e0548
commit 3aec2d5290
Vendored
+1 -1
View File
@@ -68,7 +68,7 @@ pipeline {
} }
} }
steps { steps {
sh 'npm run test -- --watch=false --browsers=ChromeHeadless --no-sandbox' sh 'npm run test -- --watch=false --browsers=ChromeHeadlessCI'
} }
} }