Skip to content

Commit 2f6015c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

33
on:
44
pull_request:
@@ -22,4 +22,4 @@ jobs:
2222

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

0 commit comments

Comments
 (0)