Skip to content

Commit 48fd2a9

Browse files
committed
ci: 移除测试相关配置和依赖
1 parent 2c68a75 commit 48fd2a9

File tree

3 files changed

+0
-58
lines changed

3 files changed

+0
-58
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,3 @@ jobs:
2626
- run: nci
2727
- run: nr lint
2828
- run: nr typecheck
29-
30-
test:
31-
runs-on: ${{ matrix.os }}
32-
33-
strategy:
34-
matrix:
35-
node: [lts/*]
36-
os: [ubuntu-latest, windows-latest, macos-latest]
37-
fail-fast: false
38-
39-
steps:
40-
- uses: actions/checkout@v4
41-
- uses: pnpm/action-setup@v4
42-
with:
43-
run_install: false
44-
- name: Set node ${{ matrix.node }}
45-
uses: actions/setup-node@v4
46-
with:
47-
node-version: ${{ matrix.node }}
48-
cache: pnpm
49-
50-
- run: pnpm i -g @antfu/ni
51-
- run: nci
52-
- run: nr build
53-
- run: nr test

pnpm-lock.yaml

Lines changed: 0 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vitest.config.ts

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

0 commit comments

Comments
 (0)