Skip to content

Commit

Permalink
Add TEAMCITY_VERSION env var
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed Jun 17, 2021
1 parent 701c552 commit 11452d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .teamcity/_self/projects/WebApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ object RunCalypsoE2eDesktopTests : BuildType({
export NODE_CONFIG_ENV=test
export TEST_VIDEO=true
export HIGHLIGHT_ELEMENT=true
export TEAMCITY_VERSION=2020
# Instructs Magellan to not hide the output from individual `mocha` processes. This is required for
# mocha-teamcity-reporter to work.
Expand Down Expand Up @@ -228,6 +229,7 @@ object RunCalypsoE2eMobileTests : BuildType({
export NODE_CONFIG_ENV=test
export TEST_VIDEO=true
export HIGHLIGHT_ELEMENT=true
export TEAMCITY_VERSION=2020
# Instructs Magellan to not hide the output from individual `mocha` processes. This is required for
# mocha-teamcity-reporter to work.
Expand Down

0 comments on commit 11452d6

Please sign in to comment.