Skip to content

Commit 18c4bc2

Browse files
committed
Disable for now
1 parent 23ebf31 commit 18c4bc2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Node.js integrity check
3333
run: yarn bob check
3434

35-
- name: Test example ESM Build
36-
run: yarn workspace javascript-esm-example run build-client
35+
# - name: Test example ESM Build
36+
# run: yarn workspace javascript-esm-example run build-client
3737

38-
- name: Test example CJS Build
39-
run: yarn workspace javascript-cjs-example run build-client
38+
# - name: Test example CJS Build
39+
# run: yarn workspace javascript-cjs-example run build-client

0 commit comments

Comments
 (0)