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:
3737 commands :
3838 - export HOME=/home/codebuild-user
3939 # 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
4241 - VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
4342 - CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g')
4443 - CI_BUILD_ID="${CODEBUILD_BUILD_ID}"
Original file line number Diff line number Diff line change @@ -92,8 +92,7 @@ phases:
9292 build :
9393 commands :
9494 - 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
9796 - VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
9897 - CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g')
9998 - CI_BUILD_ID="${CODEBUILD_BUILD_ID}"
You can’t perform that action at this time.
0 commit comments