File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,17 @@ phases:
7
7
build :
8
8
commands :
9
9
# 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
12
13
- echo Building...
13
14
- 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
19
21
post_build :
20
22
commands :
21
23
# Handle code coverage.
You can’t perform that action at this time.
0 commit comments