Skip to content

Commit

Permalink
alignment in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jan 22, 2021
1 parent 1642afe commit d322647
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -14,7 +14,11 @@ jobs:
matrix:
include:
- java: 8
additional-maven-args: "-Pjacoco -DrepoToken=$COVERALLS_REPO_TOKEN coveralls:report"
additional-maven-args: >
-Pjacoco
-DrepoToken=$COVERALLS_REPO_TOKEN
-DpullRequest=$CI_PULL_REQUEST
coveralls:report
- java: 11

name: Build with Java ${{ matrix.java }} on Linux
Expand All @@ -34,7 +38,6 @@ jobs:
run: >
mvn -f com.examples.myproject/pom.xml
clean verify ${{ matrix.additional-maven-args }}
-DpullRequest=$CI_PULL_REQUEST
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
CI_PULL_REQUEST: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit d322647

Please sign in to comment.