Merge branch 'MV5' into world-revamp-continue

This commit is contained in:
Ben Woo 2023-09-07 10:30:35 +08:00
commit a0fa27f926
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8
1 changed files with 1 additions and 1 deletions

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 }}