Skip to content

Commit b0f4389

Browse files
committed
Switch CI/Nightly builder to run unit tests
1 parent 301836e commit b0f4389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: chmod +x gradlew
5454

5555
- name: Test JAR with Gradle
56-
run: ./gradlew test
56+
run: ./gradlew runUnitTests
5757
env:
5858
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)