Skip to content

Commit 4821880

Browse files
authored
fix tests.yml (#198)
1 parent a62ecd4 commit 4821880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
191191
- name: Coverage report
192192
run: |
193-
./gradlew clean test jacocoTestReport coverallsJacoc javadoc -Ph3UseDocker=false -Ph3TestSystem=true -Ph3AdditionalArgLine="-Djava.library.path=./src/main/resources/linux-x64/"
193+
./gradlew clean test jacocoTestReport coverallsJacoco javadoc -Ph3UseDocker=false -Ph3TestSystem=true -Ph3AdditionalArgLine="-Djava.library.path=./src/main/resources/linux-x64/"
194194
env:
195195
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
196196

0 commit comments

Comments
 (0)