1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-05-29 04:08:46 +00:00

Added caching for cypress bin

This commit is contained in:
Vladimir Volek 2019-01-11 15:18:34 +01:00
parent 8bdc77783e
commit bfae997aef

View File

@ -4,6 +4,7 @@ cache:
key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
paths: paths:
- node_modules/ - node_modules/
- /root/.cache/Cypress
stages: stages:
- test - test