Skip to content

Commit 6459f1c

Browse files
coverage test
1 parent 4a7e342 commit 6459f1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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)