mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Test
This commit is contained in:
parent
b725153a5e
commit
94b6971ef7
@ -86,7 +86,7 @@ services:
|
||||
volumes:
|
||||
- cypress-logs:/results
|
||||
- ./dev/resolv.conf:/etc/resolv.conf:ro
|
||||
command: cypress run --browser chrome --config-file=${CYPRESS_CONFIG:-cypress/config/ci.json}
|
||||
command: cypress run --browser chrome --config-file=${CYPRESS_CONFIG:-cypress/config/ci.js}
|
||||
|
||||
volumes:
|
||||
cypress-logs:
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user