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