Skip to content

Commit 2ddcd3b

Browse files
committed
[CI] Temp change CI to use test, as runners are not implemented yet
1 parent 3b6883d commit 2ddcd3b

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
@@ -62,7 +62,7 @@ jobs:
6262
run: chmod +x gradlew
6363

6464
- name: Test JAR with Gradle
65-
run: ./gradlew runUnitTestsCI
65+
run: ./gradlew test
6666
env:
6767
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)