File tree Expand file tree Collapse file tree 4 files changed +1
-22
lines changed Expand file tree Collapse file tree 4 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -58,18 +58,11 @@ jobs:
58
58
git submodule foreach --recursive git clean -ffdx
59
59
git submodule foreach --recursive git reset --hard
60
60
61
- - name : check bash
62
- run : yarn run check:bash:ci
63
-
64
61
- uses : actions/setup-node@v4
65
62
with :
66
63
node-version : ${{ matrix.node }}
67
64
architecture : ${{ matrix.host }}
68
65
69
- - name : Add yarn
70
- if : startsWith(matrix.os, 'macos')
71
- run : npm install -g yarn
72
-
73
66
- name : Install dependencies
74
67
run : yarn install --network-timeout 300000
75
68
Original file line number Diff line number Diff line change 25
25
"electron:linux" : " electron-builder build --linux" ,
26
26
"electron:ci" : " electron-builder build --publish always" ,
27
27
"electron" : " electron-builder build --publish never" ,
28
- "test" : " cd core && rm -f junk.db && node _build/app/server/companion.js sqlite gristify junk.db && ls junk.db" ,
29
- "check:bash:ci" : " ./scripts/check.sh"
28
+ "test" : " cd core && rm -f junk.db && node _build/app/server/companion.js sqlite gristify junk.db && ls junk.db"
30
29
},
31
30
"resolutions" : {
32
31
"jquery" : " 3.5.0" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments