Remove GHA test checkstyle args

This commit is contained in:
Ben Woo 2023-09-07 10:30:11 +08:00
parent a292c1bf7d
commit 0b7f3246a1
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8

View File

@ -28,7 +28,7 @@ jobs:
- name: Run unit tests
uses: gradle/gradle-build-action@v2
with:
arguments: build -x checkstyleMain -x checkstyleTest -x javadoc
arguments: build
env:
GITHUB_VERSION: pr${{ github.event.pull_request.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}