File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,22 @@ jobs:
22
22
- name : Install dependencies
23
23
run : npm install
24
24
# 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
28
28
29
29
# 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
35
35
# 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
41
41
# step 7: Run SonarCube scan
42
42
# - name: SonarQube scan
43
43
# run: |
You can’t perform that action at this time.
0 commit comments