Chore: upgrade cypress to 9.5.4 part2 (#1676)

* upgrade cypress to 9.5.4

* fix cache

* fix relative path

* update docker-image reference, reverse cache change
This commit is contained in:
Kim Neunert 2022-04-26 10:27:46 +02:00 committed by GitHub
parent 406dfefe67
commit 8fef82d8f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ test_task:
cypress_test_task:
container:
image: registry.gitlab.com/cryptoadvance/specter-desktop/cypress-python:latest
image: registry.gitlab.com/cryptoadvance/specter-desktop/cypress-python:v9.5.4
cpu: 6
memory: 6G
pre_prep_script:

View file

@ -10,5 +10,5 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get install --no-install-recommends -y
WORKDIR /test
RUN rm -rf node_modules package-lock.json ~/.cache/Cypress
RUN npm install --save-dev cypress@7.1.0
RUN npm install --save-dev cypress@9.5.4
RUN $(npm bin)/cypress verify