Skip to content

Commit aa4977c

Browse files
committed
test: attempt to run e2e in codebuild
1 parent 0582180 commit aa4977c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

buildspec.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ phases:
77
build:
88
commands:
99
# Fake credentials for protocol tests to get past signing.
10-
- export AWS_ACCESS_KEY_ID=foo
11-
- export AWS_SECRET_ACCESS_KEY=bar
10+
# - export AWS_ACCESS_KEY_ID=foo
11+
# - export AWS_SECRET_ACCESS_KEY=bar
12+
- export AWS_SMOKE_TEST_REGION=us-west-2
1213
- echo Building...
1314
- yarn --frozen-lockfile
14-
# Run the actual tests.
15-
- echo Executing unit tests
16-
- yarn test:all
17-
- echo Executing functional test
18-
- yarn test:functional
15+
- npx yarn build:crypto-dependencies
16+
- npx lerna run pretest --scope '@aws-sdk/client-s3' --include-dependencies
17+
- echo Run S3 E2E
18+
- npx lerna run test:browser --scope @aws-sdk/client-s3
19+
# - echo Executing functional test
20+
# - yarn test:functional
1921
post_build:
2022
commands:
2123
# Handle code coverage.

0 commit comments

Comments
 (0)