From 8f9e5a6bfa0f52239f4df430f56e6f1954d1d0e1 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Thu, 31 Jul 2025 18:12:17 +0100 Subject: [PATCH] Run tests on CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f099fad10..b0e51a8bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,7 +130,7 @@ jobs: - name: Build frontend run: cd frontend && npm run build - name: Run frontend tests - run: cd frontend && npm test --passWithNoTests --watchAll=false || true + run: cd frontend && npm run test -- --run - name: Upload frontend build artifacts uses: actions/upload-artifact@v4.6.2 with: