From 78594daf7004b8c6b93f9cc74ca76af5dff95263 Mon Sep 17 00:00:00 2001 From: Mandar-Beehyv Date: Wed, 8 Jan 2025 15:47:45 +0530 Subject: [PATCH] removed install grunt cli. --- .github/workflows/NMSReportingSuite-deployment.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/NMSReportingSuite-deployment.yaml b/.github/workflows/NMSReportingSuite-deployment.yaml index 33162df5..339b819f 100644 --- a/.github/workflows/NMSReportingSuite-deployment.yaml +++ b/.github/workflows/NMSReportingSuite-deployment.yaml @@ -23,23 +23,14 @@ jobs: - name: Build with Maven run: mvn clean install -f NMSReportingSuite/pom.xml - # Step 4: Install Grunt CLI only if not already installed - - name: Install Grunt CLI - run: | - if ! command -v grunt &> /dev/null; then - npm install -g grunt-cli - else - echo "Grunt CLI is already installed" - fi - - # Step 5: Build FrontEnd files + # Step 4: Build FrontEnd - name: Install Frontend Dependencies and Build with Grunt run: | cd app npm install grunt package - # Step 5: Download Action Button + # Step 5: Store deployment data - uses: actions/upload-artifact@v4 with: name: my-artifact