Skip to content

Commit e17662e

Browse files
Minor fix: removed the step for compilation
1 parent ff23e3e commit e17662e

File tree

5 files changed

+6
-21
lines changed

5 files changed

+6
-21
lines changed

.github/workflows/exercise_1.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
distribution: 'temurin'
3232
cache: maven
3333

34-
- name: Compile Project
35-
run: mvn compile
36-
37-
- name: Run Project
34+
- name: Build and Run Project
3835
run: sh scripts/build_n_run.sh exercise1
3936
shell: bash

.github/workflows/exercise_2.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ jobs:
3030
java-version: ${{ matrix.java-version }}
3131
distribution: 'temurin'
3232
cache: maven
33-
34-
- name: Compile Project
35-
run: mvn compile
36-
37-
- name: Run Project
33+
34+
- name: Build and Run Project
3835
run: sh scripts/build_n_run.sh exercise2
3936
shell: bash

.github/workflows/exercise_3.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
distribution: 'temurin'
3232
cache: maven
3333

34-
- name: Compile Project
35-
run: mvn compile
36-
37-
- name: Run Project
34+
- name: Build and Run Project
3835
run: sh scripts/build_n_run.sh exercise3
3936
shell: bash

.github/workflows/exercise_4.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
distribution: 'temurin'
3232
cache: maven
3333

34-
- name: Compile Project
35-
run: mvn compile
36-
37-
- name: Run Project
34+
- name: Build and Run Project
3835
run: sh scripts/build_n_run.sh exercise4
3936
shell: bash

.github/workflows/exercise_4_warmup.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
distribution: 'temurin'
3232
cache: maven
3333

34-
- name: Compile Project
35-
run: mvn compile
36-
37-
- name: Run Project
34+
- name: Build and Run Project
3835
run: sh scripts/build_n_run.sh exercise4_warmup
3936
shell: bash

0 commit comments

Comments
 (0)