ci(cypress): Cache cypress cache directory to make sure the binary is available
This commit is contained in:
parent
1808cf6cf7
commit
d0549e27fa
|
@ -317,7 +317,11 @@ test_integration:
|
|||
interruptible: true
|
||||
|
||||
image: cypress/base:18.12.1
|
||||
cache: *front_cache
|
||||
cache:
|
||||
- *front_cache
|
||||
- key:
|
||||
paths:
|
||||
- /root/.cache/Cypress
|
||||
before_script:
|
||||
- cd front
|
||||
- yarn install
|
||||
|
|
Loading…
Reference in New Issue