Skip to content

Commit

Permalink
chore: fix install paths
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Nov 29, 2023
1 parent c8e9422 commit 6c2aebd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions buildspec-e2e-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ phases:
- curl -fsSL https://get.pulumi.com | sh
- export PATH=$PATH:$HOME/.pulumi/bin
- pulumi version
- yarn install && yarn install --cwd=infra && yarn install --cwd=website && yarn install --cwd=tests
- yarn install
- yarn install --cwd=e2e/infra
- yarn install --cwd=e2e/website
- yarn install --cwd=e2e/tests
- cd e2e/tests && npx playwright install --with-deps && cd ../..
- TAG=$CODEBUILD_SOURCE_VERSION UNPACK_TO_DIST=true node scripts/downloadGithubRelease.mjs
- UNPACK_TO_DIST=true node scripts/downloadGithubRelease.mjs
pre_build:
commands:
- pwd
Expand Down

0 comments on commit 6c2aebd

Please sign in to comment.