Skip to content

Commit 4d81bf4

Browse files
committed
Run the tests as part of the PR checks
Now that we finally have _something_ in the way of a test suite, let's run it. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 7736b7d commit 4d81bf4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jobs:
1010
- name: npm install
1111
run: npm install
1212
- name: run ESLint
13-
run: npm run lint
13+
run: npm run lint
14+
- name: run tests
15+
run: npm run test

0 commit comments

Comments
 (0)