From 6bfa295d25a13c9ef464631566604be485e0c859 Mon Sep 17 00:00:00 2001 From: matei jordache Date: Thu, 2 Apr 2026 00:15:11 -0700 Subject: [PATCH] try to fix CI test dir --- .github/workflows/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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