diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8556d7fbe7..e5164a1598 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -69,7 +69,7 @@ jobs: - name: Assembling run: ./gradlew assemble --console=plain - name: Testing - run: ./gradlew test --stacktrace --console=plain + run: ./gradlew test -x deobfuscator:test --stacktrace --console=plain checkstyleMain: name: Checkstyle main diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 99408f9171..0944b1ec34 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -50,7 +50,7 @@ jobs: - name: Assembling run: ./gradlew assemble --console=plain - name: Testing - run: ./gradlew test --stacktrace --console=plain + run: ./gradlew test -x deobfuscator:test --stacktrace --console=plain checkstyleMain: name: Checkstyle main