Skip to content

Commit

Permalink
ci: add step run smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
v_sorokin committed Feb 17, 2020
1 parent cd68e55 commit 85df533
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ object ReactUI_BuildRetailUi : BuildType({
object ReactUI_LintTest : BuildType({
name = "Lint/Test"

artifactRules = "packages/tests/smokeResources/reactUIcontrols.png => reactUIcontrols.zip"

vcs {
root(RetailUi)
}
Expand All @@ -282,6 +284,11 @@ object ReactUI_LintTest : BuildType({
type = "jonnyzzz.yarn"
param("yarn_commands", "workspace @skbkontur/react-ui test")
}
step {
name = "Smoke test"
type = "jonnyzzz.yarn"
param("yarn_commands", "workspace tests test")
}
}
})

Expand Down

0 comments on commit 85df533

Please sign in to comment.