ci(cypress): Cache cypress cache directory to make sure the binary is available

This commit is contained in:
Georg Krause 2023-08-24 08:35:44 +02:00
commit d0549e27fa

View file

@ -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