test: refs #6695 e2e front use dockerfile.e2e
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-06 07:14:11 +01:00
parent fdb6e6c105
commit 9d5fd916a2
1 changed files with 8 additions and 4 deletions

View File

@ -32,11 +32,15 @@ COPY \
pnpm-lock.yaml \
./
RUN if [ ! -d "node_modules" ]; then \
pnpm install; \
fi && \
# RUN if [ ! -d "node_modules" ]; then \
# pnpm install; \
# fi && \
# pnpm install cypress && \
# npx cypress install
RUN pnpm install --prefer-offline && \
pnpm install cypress && \
npx cypress install
pnpx cypress install
COPY \
quasar.config.js \