Skip to content

Commit

Permalink
adding frontend in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandar-Beehyv committed Jan 8, 2025
1 parent bb308e8 commit 5427283
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/NMSReportingSuite-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,18 @@ jobs:
- name: Build with Maven
run: mvn clean install -f NMSReportingSuite/pom.xml

# Step 4: Build FrontEnd JS files
- name: Install Frontend Dependencies and Build with Grunt
run: |
cd app
grunt package
# Step 5: Download Action Button
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: NMSReportingSuite/target/*.war
path: |
NMSReportingSuite/target/*.war
app/*

0 comments on commit 5427283

Please sign in to comment.