This commit is contained in:
Jamie Curnow
2023-05-31 13:00:16 +10:00
parent b725153a5e
commit 94b6971ef7
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@ COPY --chown=1000 ./test /test
WORKDIR /test
RUN yarn install && yarn cache clean
ENTRYPOINT []
CMD ["cypress", "run", "--config-file=/test/cypress/config/ci.js"]
CMD ["cypress", "run"]