File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11version : 0.2
22
3+ env :
4+ variables :
5+ VSCODE_TEST_VERSION : ' 1.46.0' # TODO: Remove when we resolve debugger issues with integration tests
6+
37phases :
48 install :
59 runtime-versions :
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ version: 0.2
22env :
33 variables :
44 AWS_TOOLKIT_TEST_NO_COLOR : ' 1'
5+ VSCODE_TEST_VERSION : ' 1.46.0' # TODO: Remove when we resolve debugger issues with Windows tests
56phases :
67 install :
78 commands :
89 - |
9- if(-Not($Env:CODE_COV_TOKEN -eq $null)) {
10- choco install -y --no-progress codecov
11- }
12-
10+ if(-Not($Env:CODE_COV_TOKEN -eq $null)) {
11+ choco install -y --no-progress codecov
12+ }
1313 pre_build :
1414 commands :
1515 - npm install
@@ -29,7 +29,6 @@ phases:
2929 -f "build/reports/jacoco/coverageReport/coverageReport.xml" `
3030 -c $Env:CODEBUILD_RESOLVED_SOURCE_VERSION
3131 }
32-
3332reports :
3433 unit-test :
3534 files :
You can’t perform that action at this time.
0 commit comments