diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aca70ed..95d5ae7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,4 @@ jobs: run: python -m pytest -q - name: Run frontend lint - run: cd frontend && npm run lint - - - name: Run frontend tests - run: npm run test + run: cd frontend && npm run lint && npm run test