Skip to content

Commit 18e06cd

Browse files
committed
disable testing for now (no tests set up yet)
1 parent a1ce1f7 commit 18e06cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Install dependencies
2424
run: npm ci
2525

26-
- name: Run Vitest tests
27-
run: npm run test
26+
# - name: Run Vitest tests
27+
# run: npm run test
2828

2929
- name: Run Lint
3030
run: npm run lint

0 commit comments

Comments
 (0)