Skip to content

Commit 5da6c97

Browse files
committed
Pull cypress tests from correct ___location
1 parent bf2f134 commit 5da6c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ pipeline {
9393
sh 'rm -rf test/results'
9494
sh 'docker-compose up cypress-sqlite'
9595
// Get results
96-
sh 'docker cp -L "$(docker-compose ps -q cypress-sqlite):/results" test/'
96+
sh 'docker cp -L "$(docker-compose ps -q cypress-sqlite):/test/results" test/'
9797
}
9898
post {
9999
always {
@@ -119,7 +119,7 @@ pipeline {
119119
sh 'rm -rf test/results'
120120
sh 'docker-compose up cypress-mysql'
121121
// Get results
122-
sh 'docker cp -L "$(docker-compose ps -q cypress-mysql):/results" test/'
122+
sh 'docker cp -L "$(docker-compose ps -q cypress-mysql):/test/results" test/'
123123
}
124124
post {
125125
always {

0 commit comments

Comments
 (0)