Skip to content

Commit dd3c635

Browse files
committed
ci: fix e2e tests
1 parent 65fe0eb commit dd3c635

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildspec-e2e-rc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ phases:
2727
- pnpm install
2828
- cd e2e/tests && npx playwright install --with-deps && cd ../..
2929
- pnpm -C e2e/website install && pnpm -C e2e/website build
30+
- pnpm add -w aws-sdk
3031
- UNPACK_TO_DIST=true node scripts/downloadGithubRelease.mjs
3132
pre_build:
3233
commands:
3334
- pwd
34-
- pulumi version
35+
- pulumi version
3536
- cd e2e/infra/lambda && pulumi stack init e2e && pulumi stack select e2e && cd ../../..
3637
- cd e2e/infra/cloudfront && pulumi stack init e2e && pulumi stack select e2e && cd ../../..
3738
- cd e2e/infra && pnpm run lambda:up && pnpm run lambda:export && pnpm run cloudfront:up && pnpm run cloudfront:export && cd ../..

0 commit comments

Comments
 (0)