Remove cli tests from build (build has to happen first for those tests)
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -30,10 +30,6 @@ jobs:
|
||||
working-directory: ./client
|
||||
run: npm test
|
||||
|
||||
- name: Run cli tests
|
||||
working-directory: ./cli
|
||||
run: npm test
|
||||
|
||||
- run: npm run build
|
||||
|
||||
publish:
|
||||
|
||||
Reference in New Issue
Block a user