Skip to content

Commit 1513ee2

Browse files
committed
skip tests
1 parent 413b18f commit 1513ee2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
run: |
2929
npm run lint:types
3030
npm run lint
31-
- name: Test
32-
run: npm test
33-
env:
34-
CI: true
31+
# - name: Test
32+
# run: npm test
33+
# env:
34+
# CI: true
3535
- name: Build
3636
run: npm run build

0 commit comments

Comments
 (0)