File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 7777 run : npx vitest --retry 1 test/cdk-basic.test.ts
7878 - name : Test - observability mode
7979 run : OBSERVABLE_MODE=true npx vitest --retry 1 test/cdk-basic.test.ts
80+ - name : Deploy YAML version
81+ run : npm run deploy-yaml
82+ working-directory : test/cdk-basic
83+ - name : Test YAML
84+ run : npx vitest --retry 1 test/cdk-basic.test.ts
8085
8186 test-cdk-esm :
8287 runs-on : ubuntu-latest
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" ,
1011 "destroy" : " cdk destroy --all -c environment=test --force"
1112 },
1213 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments