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 86e4016 commit da1ed3eCopy full SHA for da1ed3e
.github/workflows/common-test.yml
@@ -73,10 +73,10 @@ jobs:
73
- name: Deploy
74
run: npm run deploy
75
working-directory: test/cdk-basic
76
- - name: Test
77
- run: npx vitest --retry 1 test/cdk-basic.test.ts
78
- - name: Test - observability mode
79
- run: OBSERVABLE_MODE=true npx vitest --retry 1 test/cdk-basic.test.ts
+ # - name: Test
+ # run: npx vitest --retry 1 test/cdk-basic.test.ts
+ # - name: Test - observability mode
+ # 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
0 commit comments