Skip to content

Commit 6d7900f

Browse files
committed
Update ci
1 parent c2acb50 commit 6d7900f

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/publish-cli.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
- name: Build all packages
3232
run: npm run build
3333

34-
- name: Test
35-
run: npm run test
36-
3734
- name: Publish to NPM
3835
working-directory: ./packages/cli
3936
run: npm publish --access public

.github/workflows/publish-memory.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
- name: Build all packages
3232
run: npm run build
3333

34-
- name: Test
35-
working-directory: ./packages/memory
36-
run: npm run test
37-
3834
- name: Publish to NPM
3935
working-directory: ./packages/memory
4036
run: npm publish --access public

0 commit comments

Comments
 (0)