File tree Expand file tree Collapse file tree 5 files changed +6
-21
lines changed Expand file tree Collapse file tree 5 files changed +6
-21
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments