mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-11 02:28:46 +00:00
Ignore cache in flow
This commit is contained in:
parent
ecd9995202
commit
d6b736a58e
@ -10,6 +10,7 @@
|
|||||||
.*/_old/.*
|
.*/_old/.*
|
||||||
.*/scripts/solidity/.*
|
.*/scripts/solidity/.*
|
||||||
.*/build/.*
|
.*/build/.*
|
||||||
|
.*/cache/.*
|
||||||
|
|
||||||
[libs]
|
[libs]
|
||||||
./src/flowtype/npm/redux_v3.x.x.js
|
./src/flowtype/npm/redux_v3.x.x.js
|
||||||
|
@ -7,7 +7,7 @@ cache:
|
|||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
- node_modules
|
- node_modules
|
||||||
- cache/Cypress
|
- /trezor-wallet/cache/Cypress
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
Loading…
Reference in New Issue
Block a user