Skip to content

Commit

Permalink
ci: updating ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Aug 15, 2023
1 parent 7df37ec commit 7939bdb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
name: Core Coverage
with:
Expand Down Expand Up @@ -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/[email protected]
name: Spring Coverage
with:
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
name: Core Coverage
with:
Expand All @@ -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 }}

Expand All @@ -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/[email protected]
name: Spring Coverage
with:
Expand All @@ -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 }}

0 comments on commit 7939bdb

Please sign in to comment.