Skip to content

Commit 5a9fb19

Browse files
Update multiTenancyDeployLocal.yml
1 parent 17570d5 commit 5a9fb19

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

β€Ž.github/workflows/multiTenancyDeployLocal.ymlβ€Ž

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
Β (0)