Skip to content

Commit e98770f

Browse files
Exclude javadoc task from test workflow
1 parent 39263de commit e98770f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
uses: gradle/actions/setup-gradle@v4
2525

2626
- name: Run Tests
27-
run: ./gradlew clean build test
27+
run: ./gradlew clean build test -x javadoc

0 commit comments

Comments
 (0)