Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 1249a65

Browse files
committed
fix: add argument to bootstrap
1 parent daac153 commit 1249a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Set up stack for End-to-End tests
8181
run: |
8282
npx cdk -a 'node --unhandled-rejections=strict dist/cdk/cloudformation-sourcecode.js' deploy
83-
npx cdk bootstrap
83+
npx cdk bootstrap aws://`aws sts get-caller-identity | jq -r '.Account' | tr -d '\n'`/${{ env.AWS_REGION }}
8484
npx cdk -a 'node --unhandled-rejections=strict dist/cdk/cloudformation-http-api-mock.js' deploy '*' --require-approval never
8585
node cli configure thirdParty unwiredlabs apiKey my-secret
8686
node cli configure thirdParty nrfcloud teamId `uuidgen`

0 commit comments

Comments
 (0)