Skip to content

Commit da1ed3e

Browse files
chore: experimenting with test
1 parent 86e4016 commit da1ed3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/common-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ jobs:
7373
- name: Deploy
7474
run: npm run deploy
7575
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
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
8080
- name: Deploy YAML version
8181
run: npm run deploy-yaml
8282
working-directory: test/cdk-basic

0 commit comments

Comments
 (0)