Enable tests on PRs

It only executes unit tests.

Checkstyle and Spring Java Format are executed.
This commit is contained in:
Eddú Meléndez
2024-12-06 16:01:08 -06:00
committed by Christian Tzolov
parent 6ab7e20616
commit 67eee8a43b

View File

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