try to fix CI test dir

This commit is contained in:
2026-04-02 00:15:11 -07:00
parent 2ce3ee596b
commit 6bfa295d25

View File

@@ -35,7 +35,4 @@ jobs:
run: python -m pytest -q run: python -m pytest -q
- name: Run frontend lint - name: Run frontend lint
run: cd frontend && npm run lint run: cd frontend && npm run lint && npm run test
- name: Run frontend tests
run: npm run test