From a0362f383aca824aad7df1e2d1eecf437141a501 Mon Sep 17 00:00:00 2001 From: Thamira Mishal Randeniya <130529871+Thamira2001@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:16:40 -0600 Subject: [PATCH] removed the npm test command from Node.js.yml --- .github/workflows/node.js.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index dc5dba6..6ed5f61 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,11 +27,7 @@ jobs: - name: Install dependancies run: npm install - - - name: Run the tests and generate code coverage report - working-directory : ./lvlgg_frontend - run: npm run test -- --coverage - + - name: Build working-directory : ./lvlgg_frontend run: npm run build --if-present