Skip to content

Commit c2ee476

Browse files
chore: fixing tests
1 parent da1ed3e commit c2ee476

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/common-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

test/cdk-basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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": {
@@ -24,4 +24,4 @@
2424
"source-map-support": "^0.5.21",
2525
"@aws-sdk/client-sts": "^3.775.0"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)