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 cd4d278 commit dcf8079Copy full SHA for dcf8079
.github/workflows/test.yml
@@ -53,10 +53,6 @@ jobs:
53
working-directory: repo
54
run: |
55
npm install
56
-
57
- - name: Install specific aws-cdk version
58
- working-directory: repo
59
- run: |
60
if [ -n "${{ matrix.cdk-version }}" ]; then
61
npm install aws-cdk@${{ matrix.cdk-version }}
62
else
@@ -124,10 +120,6 @@ jobs:
124
120
source .venv/bin/activate
125
121
cdklocal deploy --require-approval=never
126
122
127
- - name: Clean up
128
- if: always()
129
- run: rm -rf $WORK_DIR
130
131
123
- name: Verify successful deployment
132
133
[ $(aws cloudformation describe-stacks --stack-name $STACK_NAME --endpoint-url http://localhost:4566 | jq '[ .Stacks[] | select(.StackStatus == "CREATE_COMPLETE") ] | length') -eq 1 ] || exit 1
0 commit comments