Skip to content

Commit f75287f

Browse files
committed
Don't run tests in CI/CD. There are no tests here, they all moved to
sourcelib
1 parent d327a69 commit f75287f

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818

1919
- name: Lint
2020
run: npm run lint
21-
22-
- name: Test
23-
run: npm run test
2421

2522
- name: Set up publishing
2623
run: |

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ jobs:
2020

2121
- name: Lint
2222
run: npm run lint
23-
24-
- name: Test
25-
run: npm test

0 commit comments

Comments
 (0)