mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
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:
parent
406dfefe67
commit
8fef82d8f4
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue