test: refs #6695 jenkins try
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-06 13:08:43 +01:00
parent 9d49f136fe
commit 9b4645282c
1 changed files with 43 additions and 43 deletions

View File

@ -6,54 +6,54 @@ RUN npm install -g pnpm@8.15.1 && \
pnpm setup && \ pnpm setup && \
pnpm install -g @quasar/cli@2.2.1 pnpm install -g @quasar/cli@2.2.1
RUN apt-get -y --fix-missing update && \ # RUN apt-get -y --fix-missing update && \
apt-get -y --fix-missing upgrade && \ # apt-get -y --fix-missing upgrade && \
apt-get -y --no-install-recommends install \ # apt-get -y --no-install-recommends install \
apt-utils \ # apt-utils \
libgtk2.0-0 \ # libgtk2.0-0 \
libgtk-3-0 \ # libgtk-3-0 \
libgbm-dev \ # libgbm-dev \
libnotify-dev \ # libnotify-dev \
libnss3 \ # libnss3 \
libxss1 \ # libxss1 \
libasound2 \ # libasound2 \
libxtst6 \ # libxtst6 \
xauth \ # xauth \
xvfb \ # xvfb \
chromium \ # chromium \
&& apt-get clean \ # && apt-get clean \
&& rm -rf /var/lib/apt/lists/* # && rm -rf /var/lib/apt/lists/*
WORKDIR /app # WORKDIR /app
COPY \ # COPY \
package.json \ # package.json \
.npmrc \ # .npmrc \
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 # npx cypress install
RUN pnpm install --prefer-offline && \ # COPY \
pnpm install cypress && \ # quasar.config.js \
npx cypress install # index.html \
# jsconfig.json \
# quasar.extensions.json \
# # .eslintignore \
# # .eslintrc.js \
# postcss.config.js \
# cypress.config.js \
# ./
COPY \ # COPY src src
quasar.config.js \ # COPY test/cypress test/cypress
index.html \ # COPY public public
jsconfig.json \
quasar.extensions.json \
# .eslintignore \
# .eslintrc.js \
postcss.config.js \
cypress.config.js \
./
COPY src src
COPY test/cypress test/cypress
COPY public public