Skip to content

Commit e0ab8eb

Browse files
authored
Merge pull request #629 from VividLemon/master
ci: remove dead code use pnpm over npm
2 parents 66aeddb + 0021ca2 commit e0ab8eb

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -63,32 +63,6 @@ jobs:
6363

6464
- name: Test lint
6565
run: pnpm run test:lint
66-
# test-audit:
67-
# runs-on: ${{ matrix.os }}
68-
69-
# strategy:
70-
# matrix:
71-
# os: [ubuntu-latest]
72-
# node-version: [16.x]
73-
74-
# steps:
75-
# - name: Clone repository
76-
# uses: actions/checkout@v3
77-
78-
# - name: Install pnpm
79-
# uses: pnpm/[email protected]
80-
81-
# - name: Set node version to 16
82-
# uses: actions/setup-node@v2
83-
# with:
84-
# node-version: 16
85-
# cache: 'pnpm'
86-
87-
# - name: Install dependencies
88-
# run: pnpm install --ignore-scripts
89-
90-
# - name: Test audit
91-
# run: pnpm audit
9266
test-unit:
9367
runs-on: ${{ matrix.os }}
9468

@@ -114,4 +88,4 @@ jobs:
11488
run: pnpm install --ignore-scripts
11589

11690
- name: Test unit
117-
run: npm run test:unit --coverage --maxWorkers=2
91+
run: pnpm run test:unit --coverage --maxWorkers=2

0 commit comments

Comments
 (0)