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 344fa68 commit c9b38a7Copy full SHA for c9b38a7
.github/workflows/common-test.yml
@@ -70,9 +70,9 @@ jobs:
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
+ - name: Deploy
+ run: npm run deploy
+ working-directory: test/cdk-basic
76
# - name: Test
77
# run: npx vitest --retry 1 test/cdk-basic.test.ts
78
# - name: Test - observability mode
0 commit comments