Skip to content

Commit 8f3f107

Browse files
committed
removed install grunt cli.
1 parent f5d761e commit 8f3f107

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/NMSReportingSuite-deployment.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,14 @@ jobs:
2323
- name: Build with Maven
2424
run: mvn clean install -f NMSReportingSuite/pom.xml
2525

26-
# Step 4: Install Grunt CLI only if not already installed
27-
- name: Install Grunt CLI
28-
run: |
29-
if ! command -v grunt &> /dev/null; then
30-
npm install -g grunt-cli
31-
else
32-
echo "Grunt CLI is already installed"
33-
fi
34-
35-
# Step 5: Build FrontEnd files
26+
# Step 4: Build FrontEnd
3627
- name: Install Frontend Dependencies and Build with Grunt
3728
run: |
3829
cd app
3930
npm install
4031
grunt package
4132
42-
# Step 5: Download Action Button
33+
# Step 5: Store deployment data
4334
- uses: actions/upload-artifact@v4
4435
with:
4536
name: my-artifact

0 commit comments

Comments
 (0)