Skip to content

Commit edc6e1b

Browse files
committed
ci: 移除测试工作流
1 parent 09b6b32 commit edc6e1b

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)