Skip to content

Commit 16aeb07

Browse files
committed
Run examples tests against locally built packages
1 parent 79ab56a commit 16aeb07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/run-e2e-tests.yml

+6
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ jobs:
2828
aws-region: eu-west-1
2929
- name: Run integration tests
3030
run: npm run lerna-test:e2e
31+
- name: Test packaging
32+
run: |
33+
npm run lerna-package
34+
cd examples/cdk
35+
npm install ../../packages/**/dist/aws-lambda-powertools-*
36+
npm run test

0 commit comments

Comments
 (0)