Skip to content

Commit e6bfdbf

Browse files
committed
ci: skip test
1 parent 22af267 commit e6bfdbf

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/ci.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,30 +28,30 @@ jobs:
2828
- name: Lint
2929
run: pnpm run lint
3030

31-
test:
32-
runs-on: ${{ matrix.os }}
31+
# test:
32+
# runs-on: ${{ matrix.os }}
3333

34-
strategy:
35-
matrix:
36-
node: [16.x, 18.x]
37-
os: [ubuntu-latest, windows-latest, macos-latest]
38-
fail-fast: false
34+
# strategy:
35+
# matrix:
36+
# node: [16.x, 18.x]
37+
# os: [ubuntu-latest, windows-latest, macos-latest]
38+
# fail-fast: false
3939

40-
steps:
41-
- uses: actions/checkout@v3
42-
- name: Set node ${{ matrix.node }}
43-
uses: actions/setup-node@v3
44-
with:
45-
node-version: ${{ matrix.node }}
40+
# steps:
41+
# - uses: actions/checkout@v3
42+
# - name: Set node ${{ matrix.node }}
43+
# uses: actions/setup-node@v3
44+
# with:
45+
# node-version: ${{ matrix.node }}
4646

47-
- name: Setup
48-
run: npm i -g pnpm@8
47+
# - name: Setup
48+
# run: npm i -g pnpm@8
4949

50-
- name: Install
51-
run: pnpm i
50+
# - name: Install
51+
# run: pnpm i
5252

53-
- name: Build
54-
run: pnpm run build
53+
# - name: Build
54+
# run: pnpm run build
5555

56-
# - name: Test
57-
# run: pnpm run test
56+
# - name: Test
57+
# run: pnpm run test

0 commit comments

Comments
 (0)