File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ phases:
37
37
commands :
38
38
- export HOME=/home/codebuild-user
39
39
# Ignore failure until throttling issues are fixed.
40
- - xvfb-run npm run testE2E
41
- - PREVIOUS_TEST_EXIT_CODE=$? npm run mergeReports
40
+ - xvfb-run npm run testInteg; PREVIOUS_TEST_EXIT_CODE=$? npm run mergeReports
42
41
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
43
42
- CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g')
44
43
- CI_BUILD_ID="${CODEBUILD_BUILD_ID}"
Original file line number Diff line number Diff line change @@ -92,8 +92,7 @@ phases:
92
92
build :
93
93
commands :
94
94
- export HOME=/home/codebuild-user
95
- - xvfb-run npm run testInteg
96
- - PREVIOUS_TEST_EXIT_CODE=$? npm run mergeReports
95
+ - xvfb-run npm run testInteg; PREVIOUS_TEST_EXIT_CODE=$? npm run mergeReports
97
96
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
98
97
- CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g')
99
98
- CI_BUILD_ID="${CODEBUILD_BUILD_ID}"
You can’t perform that action at this time.
0 commit comments