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 3f08d70 commit 3a51023Copy full SHA for 3a51023
.gitlab-ci.yml
@@ -5,6 +5,6 @@ default:
5
script:
6
- npm install
7
- npm run build -- --noEmit
8
- - npm run test:ci
+ - xvfb-run -a npm run test:ci
9
after_script:
10
- cat ./coverage/lcov.info | codacy-coverage --language=typescript;
Dockerfile
@@ -7,7 +7,8 @@ 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 \
11
&& rm -rf /var/lib/apt/lists/*
12
13
ENV CI=1
-ENV NO_SANDBOX=1
14
+ENV NO_SANDBOX=1
0 commit comments