We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d761e commit 8f3f107Copy full SHA for 8f3f107
.github/workflows/NMSReportingSuite-deployment.yaml
@@ -23,23 +23,14 @@ jobs:
23
- name: Build with Maven
24
run: mvn clean install -f NMSReportingSuite/pom.xml
25
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
+ # Step 4: Build FrontEnd
36
- name: Install Frontend Dependencies and Build with Grunt
37
run: |
38
cd app
39
npm install
40
grunt package
41
42
- # Step 5: Download Action Button
+ # Step 5: Store deployment data
43
- uses: actions/upload-artifact@v4
44
with:
45
name: my-artifact
0 commit comments