mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 08:56:50 +00:00
Fixes for hanging jobs, more verbose ci output
This commit is contained in:
@ -2,9 +2,11 @@ FROM cypress/included:13.15.1
|
||||
|
||||
COPY --chown=1000 ./test /test
|
||||
|
||||
# Disable Cypress CLI colors
|
||||
ENV FORCE_COLOR=0
|
||||
ENV NO_COLOR=1
|
||||
# Disable Cypress CLI colors by default
|
||||
ARG FORCE_COLOR=0
|
||||
ARG NO_COLOR=1
|
||||
ENV FORCE_COLOR=$FORCE_COLOR \
|
||||
NO_COLOR=$NO_COLOR
|
||||
|
||||
WORKDIR /test
|
||||
RUN yarn install && yarn cache clean
|
||||
|
Reference in New Issue
Block a user