From 7939bdb22a2517016d6e1b2afd71481b6378d9fd Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Tue, 15 Aug 2023 05:54:30 -0700 Subject: [PATCH] ci: updating ci config --- .github/workflows/merge-main.yml | 16 ---------------- .github/workflows/pr-open.yml | 22 ---------------------- 2 files changed, 38 deletions(-) diff --git a/.github/workflows/merge-main.yml b/.github/workflows/merge-main.yml index ce6f98d..03ddca7 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -111,14 +111,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Setup JDK 17 - uses: actions/setup-java@v3 - with: - java-version: "17" - distribution: "temurin" - cache: "maven" - server-id: "github" - - uses: bcgov-nr/action-test-and-analyse-java@v0.2.0 name: Core Coverage with: @@ -155,14 +147,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Setup JDK 17 - uses: actions/setup-java@v3 - with: - java-version: "17" - distribution: "temurin" - cache: "maven" - server-id: "github" - - uses: bcgov-nr/action-test-and-analyse-java@v0.2.0 name: Spring Coverage with: diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index e21b926..ae809ae 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -153,14 +153,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Setup JDK 17 - uses: actions/setup-java@v3 - with: - java-version: "17" - distribution: "temurin" - cache: "maven" - server-id: "github" - - uses: bcgov-nr/action-test-and-analyse-java@v0.2.0 name: Core Coverage with: @@ -183,9 +175,6 @@ jobs: extra-params: -DskipTests -Dtests.skip=true add-sources: true add-javadoc: true - java-cache: maven - java-distribution: temurin - java-version: "17" env: GITHUB_TOKEN: ${{ github.token }} @@ -201,14 +190,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Setup JDK 17 - uses: actions/setup-java@v3 - with: - java-version: "17" - distribution: "temurin" - cache: "maven" - server-id: "github" - - uses: bcgov-nr/action-test-and-analyse-java@v0.2.0 name: Spring Coverage with: @@ -233,8 +214,5 @@ jobs: extra-params: -DskipTests -Dtests.skip=true add-sources: true add-javadoc: true - java-cache: maven - java-distribution: temurin - java-version: "17" env: GITHUB_TOKEN: ${{ github.token }}