Skip to content

Commit 40d8c08

Browse files
ci: remove test from ci
1 parent 5ca3a43 commit 40d8c08

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@ jobs:
2626
- name: Typecheck files
2727
run: yarn typecheck
2828

29-
test:
30-
runs-on: ubuntu-latest
31-
steps:
32-
- name: Checkout
33-
uses: actions/checkout@v3
34-
35-
- name: Setup
36-
uses: ./.github/actions/setup
37-
38-
- name: Run unit tests
39-
run: yarn test --maxWorkers=2 --coverage
40-
4129
build-library:
4230
runs-on: ubuntu-latest
4331
steps:

0 commit comments

Comments
 (0)