Skip to content

Commit 2eead05

Browse files
author
JadenSimon
committed
Revert integ test skip
1 parent 676311f commit 2eead05

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

buildspec/linuxIntegrationTests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ phases:
6363

6464
build:
6565
commands:
66-
# - npm ci --unsafe-perm
67-
# - xvfb-run npm run integrationTest
66+
- npm ci --unsafe-perm
67+
- xvfb-run npm run integrationTest
6868
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
6969
- CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g')
7070
- CI_BUILD_ID="${CODEBUILD_BUILD_ID}"
71-
# reports:
72-
# integ-test:
73-
# files:
74-
# - '*'
75-
# base-directory: '.test-reports'
71+
reports:
72+
integ-test:
73+
files:
74+
- '*'
75+
base-directory: '.test-reports'

0 commit comments

Comments
 (0)