1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-29 01:11:43 +00:00

Added missing install in flow step

This commit is contained in:
Vladimir Volek 2019-01-03 14:42:20 +01:00
parent 641af63d3f
commit 2a803c3668

View File

@ -19,6 +19,7 @@ lint:
flow: flow:
stage: test stage: test
script: script:
- yarn install
- yarn run flow - yarn run flow
unit: unit: