Reverted cypress

This commit is contained in:
Jamie Curnow
2023-01-07 13:48:56 +10:00
parent 882674867c
commit 0418264070
3 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
FROM cypress/included:12.3.0
FROM cypress/included:9.4.1
COPY --chown=1000 ./test /test
WORKDIR /test
RUN yarn install
RUN yarn install && yarn clean
ENTRYPOINT []
CMD ["cypress", "run"]