Skip to content

Commit

Permalink
Fix jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Oct 21, 2024
1 parent 6e32707 commit df13990
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ pipeline {
script {
// sh 'cp ${DOTENV_PATH} ./env'
docker.build("ci:latest")
sh 'docker run ci:latest sh -c "npm run lint:ci && npm run test:ci"'
sh 'docker run ci:latest sh -c "npm run lint:ci"'
sh 'docker run ci:latest sh -c "npm run test:ci"'
}
}
}
Expand Down

0 comments on commit df13990

Please sign in to comment.