Reverted cypress
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user