Skip to content

Commit 025fc97

Browse files
committed
Pre-build cypress images before runnings integration tests
1 parent b699f05 commit 025fc97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ pipeline {
9898
archiveArtifacts(artifacts: 'docs/docs.tgz', allowEmptyArchive: false)
9999
}
100100
}
101+
stage('Cypress') {
102+
steps {
103+
sh 'docker-compose build cypress-sqlite'
104+
sh 'docker-compose build cypress-mysql'
105+
}
106+
}
101107
}
102108
}
103109
stage('Integration Tests') {

0 commit comments

Comments
 (0)