1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-05 07:38:57 +00:00
trezor-wallet/.gitlab-ci.yml

21 lines
205 B
YAML
Raw Normal View History

2018-10-01 13:12:54 +00:00
image: node:8
before_script:
- yarn install
cache:
paths:
- node_modules/
flow:
script:
- yarn run flow
test:lint:
script:
- yarn run lint
test:unit:
script:
- yarn run test