mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-05 07:38:57 +00:00
21 lines
205 B
YAML
21 lines
205 B
YAML
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
|