Run CLI selftest in CI

This commit is contained in:
Simon Warta 2020-02-06 15:44:36 +01:00
parent ec961ca34f
commit cf083e3fb0

View File

@ -88,6 +88,12 @@ jobs:
COSMOS_ENABLED: 1
SKIP_BUILD: 1
command: yarn test
- run:
name: Run CLI selftest
working_directory: packages/cli
environment:
SKIP_BUILD: 1
command: yarn selftest
- run:
command: ./scripts/cosm/stop.sh
lint: