Enable tests on PRs
It only executes unit tests. Checkstyle and Spring Java Format are executed.
This commit is contained in:
committed by
Christian Tzolov
parent
6ab7e20616
commit
67eee8a43b
@@ -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
|
||||
Reference in New Issue
Block a user