File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 4949 node-version : ${{ matrix.node-version }}
5050
5151 - name : Install Dependencies
52- run : npm i && npm i -D cli-truncate iconv-corefoundation
52+ run : npm ci && npm i -D cli-truncate iconv-corefoundation
5353
5454 - name : Check lint
5555 run : npm run lint
Original file line number Diff line number Diff line change @@ -51,11 +51,14 @@ jobs:
5151 sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
5252
5353 - name : Install Dependencies
54- run : npm i
54+ run : npm ci
5555
5656 - name : Check lint
5757 run : npm run lint
5858
59+ - name : Install Playwright Browsers
60+ run : npx playwright install --with-deps
61+
5962 - name : Run headless unit test
6063 uses : GabrielBB/xvfb-action@v1
6164 with :
Original file line number Diff line number Diff line change @@ -49,11 +49,14 @@ jobs:
4949 node-version : ${{ matrix.node-version }}
5050
5151 - name : Install Dependencies
52- run : npm i
52+ run : npm ci
5353
5454 - name : Check lint
5555 run : npm run lint
5656
57+ - name : Install Playwright Browsers
58+ run : npx playwright install --with-deps
59+
5760 - name : Run headless unit test
5861 run : npm run test
5962
You can’t perform that action at this time.
0 commit comments