From a02180f3b12639b5c7b518cc701ecbc78dd75e11 Mon Sep 17 00:00:00 2001 From: One Community Date: Tue, 10 Dec 2024 19:54:03 -0800 Subject: [PATCH] Update main_hgn-rest-beta.yml --- .github/workflows/main_hgn-rest-beta.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main_hgn-rest-beta.yml b/.github/workflows/main_hgn-rest-beta.yml index 3163b5f58..24d316a97 100644 --- a/.github/workflows/main_hgn-rest-beta.yml +++ b/.github/workflows/main_hgn-rest-beta.yml @@ -25,7 +25,6 @@ jobs: run: | npm install npm run build --if-present - npm run test --if-present - name: Zip artifact for deployment run: zip release.zip ./* -r