Skip to content

Commit b19c78b

Browse files
committed
Remove cli tests from build (build has to happen first for those tests)
1 parent 6a99fea commit b19c78b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
3030
working-directory: ./client
3131
run: npm test
3232

33-
- name: Run cli tests
34-
working-directory: ./cli
35-
run: npm test
36-
3733
- run: npm run build
3834

3935
publish:

0 commit comments

Comments
 (0)