fix: update test command to use ChromeHeadless browser
Some checks are pending
bangararaju.kottedi.in/portfolio-admin/pipeline/head This commit looks good
bangararaju.kottedi.in/portfolio-admin/pipeline/pr-prod Build queued...

This commit is contained in:
Bangara Raju Kottedi 2026-03-06 12:11:47 +05:30
parent 3aec2d5290
commit 15788dbaa6

2
Jenkinsfile vendored
View File

@ -68,7 +68,7 @@ pipeline {
} }
} }
steps { steps {
sh 'npm run test -- --watch=false --browsers=ChromeHeadlessCI' sh 'npm run test -- --watch=false --browsers=ChromeHeadless'
} }
} }