Skip to content

Commit e7a7458

Browse files
committed
check
1 parent 2dc89de commit e7a7458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
java-version: ${{ matrix.java }}
2424
cache: 'gradle'
2525
- name: Build and test
26-
run: ./gradlew check --stacktrace
26+
run: ./gradlew clean test --stacktrace
2727
- name: Coverage
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
run: ./gradlew jacocoTestReport coverallsJacoco
30+
run: ./gradlew jacocoTestReport coverallsJacoco --stacktrace

0 commit comments

Comments
 (0)