From 959f9d21aee77ca2318c484bb8f4f1e986e6e5cd Mon Sep 17 00:00:00 2001 From: laura-puckoriute <113033105+laura-puckoriute@users.noreply.github.com> Date: Wed, 7 Sep 2022 14:14:42 +0100 Subject: [PATCH 1/3] add maven configuration file --- .github/workflows/maven.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/maven.yml diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml new file mode 100644 index 0000000..6eba412 --- /dev/null +++ b/.github/workflows/maven.yml @@ -0,0 +1,26 @@ +# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time +# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven + +name: Java CI with Maven + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Set up JDK 11 + uses: actions/setup-java@v3 + with: + java-version: '11' + distribution: 'temurin' + cache: maven + - name: Build with Maven + run: mvn clean test From 3768e6070510a9e17bd39b4d00a484d0040b0586 Mon Sep 17 00:00:00 2001 From: laura-puckoriute <113033105+laura-puckoriute@users.noreply.github.com> Date: Wed, 7 Sep 2022 14:17:36 +0100 Subject: [PATCH 2/3] add README with a name --- .github/workflows/README | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/README diff --git a/.github/workflows/README b/.github/workflows/README new file mode 100644 index 0000000..c597a76 --- /dev/null +++ b/.github/workflows/README @@ -0,0 +1 @@ +Laura From 9a5da56efe58379b1ff6659df32fcab0ac373119 Mon Sep 17 00:00:00 2001 From: laura-puckoriute <113033105+laura-puckoriute@users.noreply.github.com> Date: Wed, 7 Sep 2022 14:30:53 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36ba4ae..aab7ef0 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # ea-gitdemo +Laura