Skip to content

Commit

Permalink
Fix GitHub workflows to run tests on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
krmahadevan committed May 31, 2022
1 parent 64a17da commit 5251579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
java-version: '8'
distribution: 'corretto'
cache: maven
- name: Compile Project With Maven
run: mvn clean test-compile
- name: Run tests
run: mvn clean test

0 comments on commit 5251579

Please sign in to comment.