Skip to content

Commit dd6bf30

Browse files
committed
Remove useless steps in packaging pipeline
1 parent cead7b6 commit dd6bf30

File tree

4 files changed

+1
-22
lines changed

4 files changed

+1
-22
lines changed

.github/workflows/package.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,11 @@ jobs:
5858
git submodule foreach --recursive git clean -ffdx
5959
git submodule foreach --recursive git reset --hard
6060
61-
- name: check bash
62-
run: yarn run check:bash:ci
63-
6461
- uses: actions/setup-node@v4
6562
with:
6663
node-version: ${{ matrix.node }}
6764
architecture: ${{ matrix.host }}
6865

69-
- name: Add yarn
70-
if: startsWith(matrix.os, 'macos')
71-
run: npm install -g yarn
72-
7366
- name: Install dependencies
7467
run: yarn install --network-timeout 300000
7568

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"electron:linux": "electron-builder build --linux",
2626
"electron:ci": "electron-builder build --publish always",
2727
"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"
3029
},
3130
"resolutions": {
3231
"jquery": "3.5.0",

scripts/check.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

scripts/check2.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)