Skip to content

Commit 2148f19

Browse files
committed
ci: update config command argument
1 parent da12384 commit 2148f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
npx cdk --app "npx tsx --no-warnings cdk/test-resources.ts" deploy --require-approval never
7373
MOCK_HTTP_API_ENDPOINT=`aws cloudformation describe-stacks --stack-name ${{ env.STACK_NAME }}-test | jq -r '.Stacks[0].Outputs[] | select(.OutputKey == "apiURL") | .OutputValue' | sed -E 's/\/$//g'`
74-
./cli.sh configure thirdParty nrfcloud apiEndpoint ${MOCK_HTTP_API_ENDPOINT}
74+
./cli.sh configure thirdParty/nrfcloud/apiEndpoint ${MOCK_HTTP_API_ENDPOINT}
7575
./cli.sh configure thirdParty/nrfcloud/apiKey apiKey
7676
7777
- name: Deploy solution stack
@@ -105,7 +105,7 @@ jobs:
105105
npx cdk destroy -f
106106
npx cdk --app 'npx tsx --no-warnings cdk/test-resources.ts' destroy -f
107107
./cli.sh fake-nrfcloud-account-device --remove
108-
./cli.sh configure thirdParty nrfcloud apiEndpoint -X
108+
./cli.sh configure thirdParty/nrfcloud/apiEndpoint -X
109109
./cli.sh configure thirdParty/nrfcloud/apiKey -X
110110
111111
release:

0 commit comments

Comments
 (0)