File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 6060
6161 - name : Verify specific aws-cdk version is used by cdklocal
6262 run : |
63- if [ -n "${{ matrix.cdk-version }}" ]; then
64- [[ $(cdklocal --version) =~ ^${{ matrix.cdk-version }}.* ]] || exit 1
65- else
66- echo "Latest version installed, skipping version verification."
67- fi
63+ cdklocal --version
6864
6965 - name : Install localstack CLI
7066 run : pip install localstack
@@ -110,4 +106,4 @@ jobs:
110106
111107 - name : Verify successful deployment
112108 run : |
113- [ $(aws cloudformation describe-stacks --stack-name AppTest --endpoint-url http://localhost:4566 | jq '[ .Stacks[] | select(.StackStatus == "CREATE_COMPLETE") ] | length') -eq 1 ] || exit 1
109+ [ $(aws cloudformation describe-stacks --stack-name $STACK_NAME --endpoint-url http://localhost:4566 | jq '[ .Stacks[] | select(.StackStatus == "CREATE_COMPLETE") ] | length') -eq 1 ] || exit 1
You can’t perform that action at this time.
0 commit comments