CHANGE teamcity config to test cli e2e via new script

This commit is contained in:
Norbert de Langen 2018-08-21 22:43:34 +02:00
parent 7102951c2a
commit 451b8af5bb
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -27,7 +27,7 @@ object OpenSourceProjects_Storybook_CliTest : BuildType({
}
script {
name = "Test"
scriptContent = "yarn test --cli"
scriptContent = "./scripts/run-e2e.sh"
dockerImage = "andthensome/docker-node-rsync"
}
}