Skip to content

Commit 10187ea

Browse files
committed
ci: disable typecov for now
1 parent 5ef37f1 commit 10187ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
run: yarn --frozen-lockfile
3030

3131
- name: Build, Lint and Test
32-
run: yarn run-s build lint test typecov
32+
run: yarn run-s build lint test
33+
# typecov
3334
env:
3435
EFF_NO_LINK_RULES: true
3536
PARSER_NO_WATCH: true

0 commit comments

Comments
 (0)