File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ jobs:
6666 aws-region : eu-west-1
6767 role-to-assume : ${{ secrets.AWS_ROLE }}
6868 role-session-name : GitHubActions
69- - name : Destroy
70- run : npm run destroy
71- working-directory : test/cdk-basic
72- continue-on-error : true
73- - name : Deploy
74- run : npm run deploy
75- working-directory : test/cdk-basic
69+ # - name: Destroy
70+ # run: npm run destroy
71+ # working-directory: test/cdk-basic
72+ # continue-on-error: true
73+ # - name: Deploy
74+ # run: npm run deploy
75+ # working-directory: test/cdk-basic
7676 # - name: Test
7777 # run: npx vitest --retry 1 test/cdk-basic.test.ts
7878 # - name: Test - observability mode
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "deploy" : " cdk deploy --all -c environment=test --require-approval never --outputs-file cdk-outputs.json" ,
99 "build" : " cdk synth -c environment=test" ,
10- "deploy-yaml" : " npx cdk synth -c environment=test CdkbasicStack > CdkbasicStack.yaml & aws cloudformation deploy --template-file CdkbasicStack.yaml --stack-name test-lld-cdk-basic --capabilities CAPABILITY_NAMED_IAM" ,
10+ "deploy-yaml" : " npx cdk synth -c environment=test CdkbasicStack > CdkbasicStack.yaml && aws cloudformation deploy --template-file CdkbasicStack.yaml --stack-name test-lld-cdk-basic --capabilities CAPABILITY_NAMED_IAM" ,
1111 "destroy" : " cdk destroy --all -c environment=test --force"
1212 },
1313 "devDependencies" : {
2424 "source-map-support" : " ^0.5.21" ,
2525 "@aws-sdk/client-sts" : " ^3.775.0"
2626 }
27- }
27+ }
You can’t perform that action at this time.
0 commit comments