Skip to content

Commit e71357c

Browse files
author
JadenSimon
committed
Skip integration tests without using exit
1 parent c3e85e4 commit e71357c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

buildspec/linuxIntegrationTests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ phases:
1616
java: latest
1717

1818
commands:
19-
- exit 0
2019
- '>/dev/null add-apt-repository universe'
2120
- '>/dev/null apt-get -qq install -y apt-transport-https'
2221
- '>/dev/null apt-get -qq update'
@@ -64,8 +63,8 @@ phases:
6463

6564
build:
6665
commands:
67-
- npm ci --unsafe-perm
68-
- xvfb-run npm run integrationTest
66+
# - npm ci --unsafe-perm
67+
# - xvfb-run npm run integrationTest
6968
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
7069
- CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g')
7170
- CI_BUILD_ID="${CODEBUILD_BUILD_ID}"

0 commit comments

Comments
 (0)