File tree Expand file tree Collapse file tree 6 files changed +8
-23
lines changed Expand file tree Collapse file tree 6 files changed +8
-23
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
Original file line number Diff line number Diff line change 11#! /usr/bin/bash
22rm -r target | echo " No target directory found"
3- # mvn compile
4- mvn exec:java -Dexec.mainClass=Main -Dexec.args=" $1 "
3+ mvn compile
4+ mvn exec:java -Dexec.mainClass=Main -Dexec.args=" ' $1 ' "
You can’t perform that action at this time.
0 commit comments