Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 6bfc547

Browse files
committed
Revert to npm
Using `npx` and `c8` leads to mysterious test failures.
1 parent 08eeb33 commit 6bfc547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: compile typescript
2424
run: tsc
2525
- name: test
26-
run: npx c8 npx jest
26+
run: npm run test
2727
- name: coverage
2828
run: npx c8 check-coverage --lines 99 --functions 99 --branches 99 --statements 99
2929
- name: examples do not crash

0 commit comments

Comments
 (0)