We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fe0eb commit dd3c635Copy full SHA for dd3c635
buildspec-e2e-rc.yml
@@ -27,11 +27,12 @@ phases:
27
- pnpm install
28
- cd e2e/tests && npx playwright install --with-deps && cd ../..
29
- pnpm -C e2e/website install && pnpm -C e2e/website build
30
+ - pnpm add -w aws-sdk
31
- UNPACK_TO_DIST=true node scripts/downloadGithubRelease.mjs
32
pre_build:
33
commands:
34
- pwd
- - pulumi version
35
+ - pulumi version
36
- cd e2e/infra/lambda && pulumi stack init e2e && pulumi stack select e2e && cd ../../..
37
- cd e2e/infra/cloudfront && pulumi stack init e2e && pulumi stack select e2e && cd ../../..
38
- cd e2e/infra && pnpm run lambda:up && pnpm run lambda:export && pnpm run cloudfront:up && pnpm run cloudfront:export && cd ../..
0 commit comments