test: refs #6695 e2e front use dockerfile.e2e
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
fdb6e6c105
commit
9d5fd916a2
|
@ -32,11 +32,15 @@ COPY \
|
||||||
pnpm-lock.yaml \
|
pnpm-lock.yaml \
|
||||||
./
|
./
|
||||||
|
|
||||||
RUN if [ ! -d "node_modules" ]; then \
|
# RUN if [ ! -d "node_modules" ]; then \
|
||||||
pnpm install; \
|
# pnpm install; \
|
||||||
fi && \
|
# fi && \
|
||||||
|
# pnpm install cypress && \
|
||||||
|
# npx cypress install
|
||||||
|
|
||||||
|
RUN pnpm install --prefer-offline && \
|
||||||
pnpm install cypress && \
|
pnpm install cypress && \
|
||||||
npx cypress install
|
pnpx cypress install
|
||||||
|
|
||||||
COPY \
|
COPY \
|
||||||
quasar.config.js \
|
quasar.config.js \
|
||||||
|
|
Loading…
Reference in New Issue