Skip to content

Commit 0daf9ad

Browse files
committed
chore: update codebuild buildspec
1 parent 7e3eaf3 commit 0daf9ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildspec.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ phases:
1111
build:
1212
commands:
1313
- echo Executing unit tests
14-
- yarn test
14+
- yarn build:smithy-client #TODO: change to `yarn test:all` after clients are ready
15+
- echo Executing functional test
16+
- yarn test:functional
1517
post_build:
1618
commands:
1719
- ./node_modules/.bin/codecov -f coverage/*.json

0 commit comments

Comments
 (0)