mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Run simapp50 in CI
This commit is contained in:
parent
b53b0c1bd4
commit
656bfdbef8
@ -28,7 +28,7 @@ workflows:
|
|||||||
- build
|
- build
|
||||||
matrix:
|
matrix:
|
||||||
parameters:
|
parameters:
|
||||||
simapp: ["simapp44", "simapp46", "simapp47"]
|
simapp: ["simapp44", "simapp46", "simapp47", "simapp50"]
|
||||||
- test-node:
|
- test-node:
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
@ -170,6 +170,7 @@ jobs:
|
|||||||
[ "<< parameters.simapp >>" = "simapp44" ] && export SIMAPP44_ENABLED=1 SLOW_SIMAPP44_ENABLED=1
|
[ "<< parameters.simapp >>" = "simapp44" ] && export SIMAPP44_ENABLED=1 SLOW_SIMAPP44_ENABLED=1
|
||||||
[ "<< parameters.simapp >>" = "simapp46" ] && export SIMAPP46_ENABLED=1 SLOW_SIMAPP46_ENABLED=1
|
[ "<< parameters.simapp >>" = "simapp46" ] && export SIMAPP46_ENABLED=1 SLOW_SIMAPP46_ENABLED=1
|
||||||
[ "<< parameters.simapp >>" = "simapp47" ] && export SIMAPP47_ENABLED=1 SLOW_SIMAPP47_ENABLED=1
|
[ "<< parameters.simapp >>" = "simapp47" ] && export SIMAPP47_ENABLED=1 SLOW_SIMAPP47_ENABLED=1
|
||||||
|
[ "<< parameters.simapp >>" = "simapp50" ] && export SIMAPP50_ENABLED=1 SLOW_SIMAPP50_ENABLED=1
|
||||||
yarn test --stream
|
yarn test --stream
|
||||||
- run:
|
- run:
|
||||||
name: Run CLI selftest
|
name: Run CLI selftest
|
||||||
@ -190,6 +191,7 @@ jobs:
|
|||||||
[ "<< parameters.simapp >>" = "simapp44" ] && export SIMAPP44_ENABLED=1 SLOW_SIMAPP44_ENABLED=1
|
[ "<< parameters.simapp >>" = "simapp44" ] && export SIMAPP44_ENABLED=1 SLOW_SIMAPP44_ENABLED=1
|
||||||
[ "<< parameters.simapp >>" = "simapp46" ] && export SIMAPP46_ENABLED=1 SLOW_SIMAPP46_ENABLED=1
|
[ "<< parameters.simapp >>" = "simapp46" ] && export SIMAPP46_ENABLED=1 SLOW_SIMAPP46_ENABLED=1
|
||||||
[ "<< parameters.simapp >>" = "simapp47" ] && export SIMAPP47_ENABLED=1 SLOW_SIMAPP47_ENABLED=1
|
[ "<< parameters.simapp >>" = "simapp47" ] && export SIMAPP47_ENABLED=1 SLOW_SIMAPP47_ENABLED=1
|
||||||
|
[ "<< parameters.simapp >>" = "simapp50" ] && export SIMAPP50_ENABLED=1 SLOW_SIMAPP50_ENABLED=1
|
||||||
./run_examples.sh
|
./run_examples.sh
|
||||||
- run:
|
- run:
|
||||||
name: Stop chains
|
name: Stop chains
|
||||||
|
Loading…
x
Reference in New Issue
Block a user