Skip to content

Commit 617bb52

Browse files
author
CssTechnology
authored
Update web-tier.yml
1 parent 30730d5 commit 617bb52

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/web-tier.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ jobs:
2222
- name: Install dependencies
2323
run: npm install
2424
# Step 4: Build the React application
25-
- name: Build the application
26-
run: npm run build
27-
working-directory: ./aws-three-tier-web-architecture-workshop/application-code/web-tier/package.json
25+
#- name: Build the application
26+
# run: npm run build
27+
# working-directory: ./aws-three-tier-web-architecture-workshop/application-code/web-tier/package.json
2828

2929
# Step 5: Upload the build folder as an artifact
30-
- name: Upload build artifact
31-
uses: actions/upload-artifact@v4
32-
with:
33-
name: build-artifact
34-
path: ./build
30+
#- name: Upload build artifact
31+
# uses: actions/upload-artifact@v4
32+
# with:
33+
# name: build-artifact
34+
# path: ./build
3535
# Step 6: Set up Java 17
36-
- name: Set up Java
37-
uses: actions/setup-java@v3
38-
with:
39-
java-version: '17'
40-
distribution: 'temurin' # Specify the Java distribution
36+
# - name: Set up Java
37+
# uses: actions/setup-java@v3
38+
# with:
39+
# java-version: '17'
40+
# distribution: 'temurin' # Specify the Java distribution
4141
# step 7: Run SonarCube scan
4242
# - name: SonarQube scan
4343
# run: |

0 commit comments

Comments
 (0)