Skip to content

Commit 711efd3

Browse files
committed
Actually don't run spotlessCheck in build workflow
1 parent 93a03ce commit 711efd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: ${{ matrix.java }}
2323

2424
- name: Run tests
25-
run: ./gradlew cleanTest check
25+
run: ./gradlew cleanTest test
2626

2727
- name: Archive HTML test report
2828
if: ${{ always() }}

0 commit comments

Comments
 (0)