Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
THOREL Arnaud authored and THOREL Arnaud committed Nov 28, 2023
1 parent f9e51af commit 3cc4051
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
server-id: ossrh
server-username: ${{ secrets.OSSRH_USERNAME }}
server-password: ${{ secrets.OSSRH_TOKEN }}
run: cat /home/runner/.m2/settings.xml
- name: Build with Maven
run: mvn -ntp -B package --file pom.xml
run: |
cat /home/runner/.m2/settings.xml
mvn -ntp -B package --file pom.xml
- name: Code Coverage
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 3cc4051

Please sign in to comment.