浏览代码

Pre-build cypress images before runnings integration tests

Jamie Curnow 1 年之前
父节点
当前提交
025fc9776b
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Jenkinsfile

+ 6 - 0
Jenkinsfile

@@ -98,6 +98,12 @@ pipeline {
 						archiveArtifacts(artifacts: 'docs/docs.tgz', allowEmptyArchive: false)
 					}
 				}
+				stage('Cypress') {
+					steps {
+						sh 'docker-compose build cypress-sqlite'
+						sh 'docker-compose build cypress-mysql'
+					}
+				}
 			}
 		}
 		stage('Integration Tests') {