From 7417db52446646b6ad56c777b92f65d4a45f739c Mon Sep 17 00:00:00 2001 From: Dominic Burger Date: Wed, 20 Mar 2024 10:24:36 +0100 Subject: [PATCH] Run frontend tests in CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82cb9b9..bae89f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,3 +41,7 @@ jobs: - name: Lint frontend working-directory: ./src/ILICheck.Web/ClientApp run: npm run lint + + - name: Test frontend + working-directory: ./src/ILICheck.Web/ClientApp + run: npm run test