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 8d1808a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
matrix:
include:
- java: 8
additional-maven-args: "-Pjacoco -DrepoToken=$COVERALLS_REPO_TOKEN coveralls:report"
additional-maven-args: >
-Pjacoco
-DrepoToken=$COVERALLS_REPO_TOKEN
coveralls:report
- java: 11

name: Build with Java ${{ matrix.java }} on Linux
Expand Down

0 comments on commit 8d1808a

Please sign in to comment.