Skip to content

Commit 63b2114

Browse files
author
Nishanth Bhat
committed
chore: removed test from workflows
1 parent 472e64e commit 63b2114

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +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
4029

4130
build-library:
4231
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)