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

develop-password-reset
Georg Krause 2023-08-24 08:35:44 +02:00
rodzic 1808cf6cf7
commit d0549e27fa
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

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