File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ RUN apt-get -qq update && apt-get -qq dist-upgrade && \
1010 # python for node-gyp
1111 # rpm is required for FPM to build rpm package
1212 # libsecret-1-dev is required even for prebuild keytar (https://atom.github.io/node-keytar/)
13- apt-get -qq install --no-install-recommends qtbase5-dev build-essential autoconf libssl-dev gcc-multilib g++-multilib lzip rpm python libcurl4 git git-lfs ssh unzip libarchive-tools \
14- libsecret-1-dev \
15- libopenjp2-tools && \
13+ apt-get -qq install --no-install-recommends \
14+ qtbase5-dev build-essential autoconf libssl-dev gcc-multilib g++-multilib \
15+ lzip rpm python libcurl4 git git-lfs ssh unzip libarchive-tools \
16+ libxtst6 libsecret-1-dev libopenjp2-tools \
17+ && \
1618 # git-lfs
1719 git lfs install && \
1820 apt-get purge -y --auto-remove && rm -rf /var/lib/apt/lists/*
@@ -29,4 +31,4 @@ ENV LANGUAGE C.UTF-8
2931ENV LC_ALL C.UTF-8
3032
3133ENV DEBUG_COLORS true
32- ENV FORCE_COLOR true
34+ ENV FORCE_COLOR true
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -e
33
4- yarn
5- yarn test
4+ pnpm i
5+ pnpm run test
Original file line number Diff line number Diff line change @@ -1179,10 +1179,10 @@ Object {
11791179 " size" : 1069 ,
11801180 },
11811181 " abi_registry.json" : Object {
1182- " size" : 1884 ,
1182+ " size" : 1885 ,
11831183 },
11841184 " index.js" : Object {
1185- " size" : 6099 ,
1185+ " size" : 6391 ,
11861186 },
11871187 " package.json" : Object {
11881188 " size" : 547 ,
You can’t perform that action at this time.
0 commit comments