mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Run CLI selftest in CI
This commit is contained in:
parent
ec961ca34f
commit
cf083e3fb0
@ -88,6 +88,12 @@ jobs:
|
|||||||
COSMOS_ENABLED: 1
|
COSMOS_ENABLED: 1
|
||||||
SKIP_BUILD: 1
|
SKIP_BUILD: 1
|
||||||
command: yarn test
|
command: yarn test
|
||||||
|
- run:
|
||||||
|
name: Run CLI selftest
|
||||||
|
working_directory: packages/cli
|
||||||
|
environment:
|
||||||
|
SKIP_BUILD: 1
|
||||||
|
command: yarn selftest
|
||||||
- run:
|
- run:
|
||||||
command: ./scripts/cosm/stop.sh
|
command: ./scripts/cosm/stop.sh
|
||||||
lint:
|
lint:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user