Skip to content

Commit 3427edc

Browse files
committed
chore: fix ci
1 parent 8c6966e commit 3427edc

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/ci.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,7 @@ jobs:
2424
run: yarn lint
2525

2626
- name: Typecheck files
27-
run: yarn typecheck
28-
29-
test:
30-
runs-on: ubuntu-latest
31-
steps:
32-
- name: Checkout
33-
uses: actions/checkout@v4
34-
35-
- name: Setup
36-
uses: ./.github/actions/setup
37-
38-
- name: Run unit tests
39-
run: yarn test --maxWorkers=2 --coverage
27+
run: yarn tsc
4028

4129
build-library:
4230
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)