Skip to content

Commit 56042bc

Browse files
committed
ci: temporarily disable tests until test files are added
1 parent edfda8e commit 56042bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141
- name: Type check
4242
run: npm run build
4343

44-
- name: Run tests
45-
run: npm test
44+
# TODO: Enable tests when test files are added
45+
# - name: Run tests
46+
# run: npm test

0 commit comments

Comments
 (0)