add js tests to checks.yml

This commit is contained in:
jimmoffet
2022-08-15 16:42:40 -07:00
parent 71b742bf2a
commit cdd7b42f21

View File

@@ -47,5 +47,7 @@ jobs:
run: flake8 .
- name: Check imports alphabetized
run: isort --check-only ./app ./tests
- name: Run tests
- name: Run js tests
run: npm test
- name: Run py tests
run: pytest -n4 --maxfail=10