From ab12af817d0e69554051046255122e9196d92c90 Mon Sep 17 00:00:00 2001 From: Stefano Sinatti Date: Wed, 27 Sep 2023 14:03:53 +0200 Subject: [PATCH] Update CI --- .github/workflows/compile.yml | 7 +++++++ .github/workflows/main.yml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/compile.yml diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml new file mode 100644 index 0000000..ef80f96 --- /dev/null +++ b/.github/workflows/compile.yml @@ -0,0 +1,7 @@ +name: Maven Compile +on: push +jobs: + maven-compile: + uses: RegioneER/parer-github-template/.github/workflows/compile.yml@v1 + with: + java: '8' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 232922c..ff87e3d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Create Maven Release +name: Maven Release on: workflow_dispatch: inputs: @@ -11,4 +11,4 @@ jobs: uses: RegioneER/parer-github-template/.github/workflows/release.yml@v1 with: version: ${{ inputs.version }} - \ No newline at end of file + \ No newline at end of file