Skip to content

Commit

Permalink
Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Feb 19, 2021
1 parent 94ef026 commit 6d4cac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
}
stage('Test') {
steps {
sh 'cypress install'
sh 'node_modules/.bin/cypress install'
sh 'npm test'
}
}
Expand Down

0 comments on commit 6d4cac6

Please sign in to comment.