make Jenkins install playwright browsers
Gitea/subman-nextjs/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-10-04 21:45:30 +02:00
parent e1044b58b7
commit cda903175c
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -15,6 +15,7 @@ agent any
}
stage('test'){
steps{
sh 'npx playwright install'
sh 'npx playwright test'
sh 'rm -r pack'
}