Skip to content

Commit c9b38a7

Browse files
chore: cicd
1 parent 344fa68 commit c9b38a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/common-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
# run: npm run destroy
7171
# working-directory: test/cdk-basic
7272
# continue-on-error: true
73-
# - name: Deploy
74-
# run: npm run deploy
75-
# working-directory: test/cdk-basic
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

0 commit comments

Comments
 (0)