diff --git a/.github/workflows/source-code-format-check.yml b/.github/workflows/pr-check.yml similarity index 77% rename from .github/workflows/source-code-format-check.yml rename to .github/workflows/pr-check.yml index 2143224c357..eeaa6579a2f 100644 --- a/.github/workflows/source-code-format-check.yml +++ b/.github/workflows/pr-check.yml @@ -1,4 +1,4 @@ -name: Source Code Format +name: PR Check on: pull_request: @@ -20,6 +20,6 @@ jobs: distribution: 'temurin' cache: 'maven' - - name: Source code formatting check + - name: Run tests run: | - ./mvnw spring-javaformat:validate + ./mvnw test