Add cypress cache to pipelines
This commit is contained in:
parent
751988be62
commit
43b9f61132
|
|
@ -46,6 +46,7 @@ aliases:
|
||||||
- node
|
- node
|
||||||
- clientmodules
|
- clientmodules
|
||||||
- npm
|
- npm
|
||||||
|
- cypress
|
||||||
artifacts:
|
artifacts:
|
||||||
- client/cypress/**/*.png
|
- client/cypress/**/*.png
|
||||||
- client/cypress/**/*.mp4
|
- client/cypress/**/*.mp4
|
||||||
|
|
@ -68,6 +69,7 @@ aliases:
|
||||||
- node
|
- node
|
||||||
- clientmodules
|
- clientmodules
|
||||||
- npm
|
- npm
|
||||||
|
- cypress
|
||||||
artifacts:
|
artifacts:
|
||||||
- client/cypress/**/*.png
|
- client/cypress/**/*.png
|
||||||
- client/cypress/**/*.mp4
|
- client/cypress/**/*.mp4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue