From e1c33c02d42876d012a9fb1df5bf71dfe3dd3a71 Mon Sep 17 00:00:00 2001 From: Shirayuki <32385163+Shira98@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:51:21 -0700 Subject: [PATCH] Updated node.js.yml --- .github/workflows/node.js.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index f7601ba..7218c44 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -38,10 +38,6 @@ jobs: - name: Build Frontend run: CI=false npm run build --if-present #Override default behaviour as CI=true treats warnings as errors and fails build. working-directory: appfrontend - - - name: Test Frontend - run: npm test - working-directory: appfrontend - name: Test Smart Contracts run: npx hardhat test