@@ -43,28 +43,31 @@ jobs:
4343 distribution : ' temurin'
4444 java-version : ' 21'
4545
46- - name : Build and package π¦
47- run : |
48- echo "π¨ Building and packaging..."
49- mvn clean install -P unit-tests -DskipIntegrationTests
50- echo "β
Build completed successfully!"
46+ # - name: Build and package π¦
47+ # run: |
48+ # echo "π¨ Building and packaging..."
49+ # mvn clean install -P unit-tests -DskipIntegrationTests
50+ # echo "β
Build completed successfully!"
5151
5252 - name : Setup Node.js π’
5353 uses : actions/setup-node@v3
5454 with :
5555 node-version : ' 18' # Ensure to use at least version 18
5656
57- - name : Install MBT βοΈ
58- run : |
59- echo "π§ Installing MBT..."
60- npm install -g mbt
61- echo "β
MBT installation complete!"
57+ # - name: Install MBT βοΈ
58+ # run: |
59+ # echo "π§ Installing MBT..."
60+ # npm install -g mbt
61+ # echo "β
MBT installation complete!"
6262
6363 - name : Install cds βοΈ
6464 run : |
6565 echo "π§ Installing CDS..."
6666 npm install -g @sap/cds@8.9.4
6767 echo "β
CDS installation complete!"
68+ echo "Path after install:"
69+ echo $PATH
70+ ls /home/runner/.npm/_npx/
6871 echo "Check cds-dk version.."
6972 cds -v
7073
0 commit comments