We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03a757 commit 924b90eCopy full SHA for 924b90e
buildspec/linuxE2ETests.yml
@@ -37,7 +37,7 @@ phases:
37
commands:
38
- export HOME=/home/codebuild-user
39
# Ignore failure until throttling issues are fixed.
40
- - xvfb-run npm run testInteg; PREVIOUS_TEST_EXIT_CODE=$? npm run mergeReports
+ - xvfb-run npm run testE2E; PREVIOUS_TEST_EXIT_CODE=$? npm run mergeReports
41
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
42
- CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g')
43
- CI_BUILD_ID="${CODEBUILD_BUILD_ID}"
0 commit comments