Skip to content

Commit

Permalink
fix : label name
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Nov 23, 2023
1 parent 6cc9251 commit b2d61cc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/[email protected]
with:
java-version: 21
distribution: "temurin"
cache: "maven"
- name: Build and analyze
run: ./mvnw clean verify
- name: Codecov
uses: codecov/[email protected]

0 comments on commit b2d61cc

Please sign in to comment.