From 90c21dfc90872c16c8a0507abb5902adec51c632 Mon Sep 17 00:00:00 2001 From: Griffin Sullivan <48397354+Griffin-Sullivan@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:25:00 -0500 Subject: [PATCH] chore(ws): run tests for frontend in GHA (#75) Signed-off-by: Griffin-Sullivan --- .github/workflows/ui-frontend-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ui-frontend-build.yml b/.github/workflows/ui-frontend-build.yml index 1e8cfbcf..bbb3c6de 100644 --- a/.github/workflows/ui-frontend-build.yml +++ b/.github/workflows/ui-frontend-build.yml @@ -28,6 +28,10 @@ jobs: working-directory: workspaces/frontend run: npm run build + - name: Run tests + working-directory: workspaces/frontend + run: npm run test + - name: Check if there are uncommitted file changes working-directory: workspaces/frontend run: |