Skip to content

Commit d94bb04

Browse files
Update multiTenancyDeployLocal.yml
1 parent 45378e9 commit d94bb04

1 file changed

Lines changed: 22 additions & 19 deletions

File tree

.github/workflows/multiTenancyDeployLocal.yml

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,34 @@ jobs:
2727
distribution: 'temurin'
2828
java-version: '21'
2929

30-
- name: Build and package 📦
30+
# - name: Build and package 📦
31+
# run: |
32+
# echo "🔨 Building and packaging..."
33+
# mvn clean install -P unit-tests -DskipIntegrationTests
34+
# echo "✅ Build completed successfully!"
35+
36+
- name: Setup Node.js 🟢
37+
uses: actions/setup-node@v3
38+
with:
39+
node-version: '18' # Ensure to use at least version 18
40+
41+
- name: Install MBT ⚙️
42+
run: |
43+
echo "🔧 Installing MBT..."
44+
npm install -g mbt
45+
echo "✅ MBT installation complete!"
46+
47+
- name: Clone the cloud-cap-samples-java repo 🌐
3148
run: |
49+
echo "🔄 Cloning repository..."
50+
git clone --depth 1 --branch local_mtTests https://github.com/vibhutikumar07/cloud-cap-samples-java.git
51+
echo "✅ Repository cloned!"
3252
echo "🔨 Building and packaging..."
3353
mvn clean install -P unit-tests -DskipIntegrationTests
3454
echo "✅ Build completed successfully!"
35-
echo "cds version is: "
55+
echo "cds version is :"
3656
cds v -i
3757
38-
# - name: Setup Node.js 🟢
39-
# uses: actions/setup-node@v3
40-
# with:
41-
# node-version: '18' # Ensure to use at least version 18
42-
43-
# - name: Install MBT ⚙️
44-
# run: |
45-
# echo "🔧 Installing MBT..."
46-
# npm install -g mbt
47-
# echo "✅ MBT installation complete!"
48-
49-
# - name: Clone the cloud-cap-samples-java repo 🌐
50-
# run: |
51-
# echo "🔄 Cloning repository..."
52-
# git clone --depth 1 --branch local_mtTests https://github.com/vibhutikumar07/cloud-cap-samples-java.git
53-
# echo "✅ Repository cloned!"
54-
5558
# - name: Change directory to cloud-cap-samples-java 📂
5659
# working-directory: cloud-cap-samples-java
5760
# run: |

0 commit comments

Comments
 (0)