We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62ecd4 commit 4821880Copy full SHA for 4821880
.github/workflows/tests.yml
@@ -190,7 +190,7 @@ jobs:
190
191
- name: Coverage report
192
run: |
193
- ./gradlew clean test jacocoTestReport coverallsJacoc javadoc -Ph3UseDocker=false -Ph3TestSystem=true -Ph3AdditionalArgLine="-Djava.library.path=./src/main/resources/linux-x64/"
+ ./gradlew clean test jacocoTestReport coverallsJacoco javadoc -Ph3UseDocker=false -Ph3TestSystem=true -Ph3AdditionalArgLine="-Djava.library.path=./src/main/resources/linux-x64/"
194
env:
195
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
196
0 commit comments