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 676311f commit 2eead05Copy full SHA for 2eead05
buildspec/linuxIntegrationTests.yml
@@ -63,13 +63,13 @@ phases:
63
64
build:
65
commands:
66
- # - npm ci --unsafe-perm
67
- # - xvfb-run npm run integrationTest
+ - npm ci --unsafe-perm
+ - xvfb-run npm run integrationTest
68
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
69
- CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g')
70
- CI_BUILD_ID="${CODEBUILD_BUILD_ID}"
71
-# reports:
72
-# integ-test:
73
-# files:
74
-# - '*'
75
-# base-directory: '.test-reports'
+reports:
+ integ-test:
+ files:
+ - '*'
+ base-directory: '.test-reports'
0 commit comments