Skip to content

Commit

Permalink
Added settings path
Browse files Browse the repository at this point in the history
  • Loading branch information
JayGreeeen committed Oct 11, 2021
1 parent 1fc0b4a commit 9904781
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
distribution: 'adopt'
java-version: 8
java-package: jdk
# this creates a settings.xml with the following server
settings-path: ${{ github.workspace }}
- name: Run Maven Targets
run: mvn package jacoco:report coveralls:report --batch-mode --show-version --activate-profiles coveralls -Dcoveralls.skip=$COVERALLS_SKIP -DrepoToken=${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit 9904781

Please sign in to comment.