Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 41a3d16

Browse files
ci: remove tests
1 parent 9b502dc commit 41a3d16

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,3 @@ jobs:
4343

4444
- name: Typecheck
4545
run: pnpm run test:types
46-
47-
test:
48-
runs-on: ${{ matrix.os }}
49-
50-
strategy:
51-
matrix:
52-
node: [16.x]
53-
os: [ubuntu-latest]
54-
fail-fast: false
55-
56-
steps:
57-
- uses: actions/checkout@v3
58-
59-
- uses: actions/setup-node@v3
60-
with:
61-
node-version: ${{ matrix.node }}
62-
63-
- run: corepack enable
64-
65-
- name: Install
66-
run: pnpm i
67-
68-
- name: Build
69-
run: pnpm run build
70-
71-
- name: Test
72-
run: pnpm run test

0 commit comments

Comments
 (0)