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
parent 1808cf6cf7
commit d0549e27fa
1 changed files with 5 additions and 1 deletions

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