Skip to content

Commit de471b2

Browse files
committed
Enable tests on PRs
It only executes unit tests. Checkstyle and Spring Java Format are executed.
1 parent a8dda0a commit de471b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/source-code-format-check.yml renamed to .github/workflows/pr-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Source Code Format
1+
name: PR Check
22

33
on:
44
pull_request:
@@ -20,6 +20,6 @@ jobs:
2020
distribution: 'temurin'
2121
cache: 'maven'
2222

23-
- name: Source code formatting check
23+
- name: Run tests
2424
run: |
25-
./mvnw spring-javaformat:validate
25+
./mvnw test

0 commit comments

Comments
 (0)