Skip to content

Commit b0ff7db

Browse files
coverage test
1 parent fa5539a commit b0ff7db

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- name: Checkout code
14-
uses: actions/checkout@v3
15-
- name: Set up JDK 11
13+
- uses: actions/checkout@v3
14+
- name: Code Coverage
1615
uses: actions/setup-java@v3
1716
with:
18-
java-version: 11
17+
java-version: "11"
18+
distribution: "adopt"
1919

2020
- name: Build with Maven
2121
run: mvn clean package

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Maven Central Repository
15-
uses: s
15+
uses: actions/setup-java@v3
1616
with:
1717
java-version: "11"
1818
distribution: "adopt"

0 commit comments

Comments
 (0)