Test
This commit is contained in:
parent
da82020be4
commit
b725153a5e
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ COPY --chown=1000 ./test /test
|
||||||
WORKDIR /test
|
WORKDIR /test
|
||||||
RUN yarn install && yarn cache clean
|
RUN yarn install && yarn cache clean
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
CMD ["cypress", "run"]
|
CMD ["cypress", "run", "--config-file=/test/cypress/config/ci.js"]
|
||||||
|
|
Loading…
Reference in a new issue