Skip to content

Commit

Permalink
run e2e tests in jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeri Kuzmin, Vadim Vohmjanin committed Aug 24, 2023
1 parent 160712b commit 3bfcfc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ pipeline {
sh 'docker run ${REPO_NAME}_build npm test'
}
}
stage('E2E Test') {
steps {
sh 'docker run ${REPO_NAME}_build e2e/run.sh'
}
}
stage('Build final') {
steps {
sh 'docker-compose -p $REPO_NAME build'
Expand Down

0 comments on commit 3bfcfc4

Please sign in to comment.