We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a51023 commit 86ae474Copy full SHA for 86ae474
.gitlab-ci.yml
@@ -5,6 +5,6 @@ default:
5
script:
6
- npm install
7
- npm run build -- --noEmit
8
- - xvfb-run -a npm run test:ci
+ - xvfb-run --server-args="-screen 0 1024x768x24" npm run test:ci
9
after_script:
10
- cat ./coverage/lcov.info | codacy-coverage --language=typescript;
Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf \
--no-install-recommends \
- && apt-get install xvfb \
+ && apt-get install -y xvfb \
11
&& rm -rf /var/lib/apt/lists/*
12
13
ENV CI=1
0 commit comments