Skip to content

Commit fe342ed

Browse files
committed
Don't run tests on PMD build
1 parent dfea5a5 commit fe342ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

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

131131
- name: Run PMD
132-
run: ./gradlew pmdMain pmdTest -PpmdEnabled --stacktrace
132+
run: ./gradlew pmdMain pmdTest -PpmdEnabled --stacktrace -x test
133133

134134
- name: Cache Gradle
135135
uses: actions/cache@v4

0 commit comments

Comments
 (0)