Skip to content

Commit

Permalink
Enable tests on PRs
Browse files Browse the repository at this point in the history
It only executes unit tests.

Checkstyle and Spring Java Format are executed.
  • Loading branch information
eddumelendez authored and tzolov committed Dec 18, 2024
1 parent 6ab7e20 commit 67eee8a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Source Code Format
name: PR Check

on:
pull_request:
Expand All @@ -20,6 +20,6 @@ jobs:
distribution: 'temurin'
cache: 'maven'

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

0 comments on commit 67eee8a

Please sign in to comment.