Removed test command

This commit is contained in:
alexjanousekGSA
2024-08-08 13:45:38 -06:00
parent f8e85e5fa6
commit e730c46525
2 changed files with 3 additions and 5 deletions

View File

@@ -44,8 +44,6 @@ jobs:
run: poetry run isort --check-only ./app ./tests
- name: Check dead code
run: make dead-code
- name: Run js lint
run: npm run lint
- name: Run js tests
run: npm test
- name: Run py tests with coverage