From 3caa2ccb91c60ddcd7a4f721565fff9baeb9f466 Mon Sep 17 00:00:00 2001 From: hemarina Date: Mon, 9 Sep 2024 17:59:33 -0700 Subject: [PATCH] add test in test-deploy --- .github/workflows/test-deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 494878de..55296b79 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -26,4 +26,8 @@ jobs: working-directory: website run: | npm ci - npm run build \ No newline at end of file + npm run build + - name: Run Tests + working-directory: website + run: | + npm test \ No newline at end of file