From 525157979427457916ac62c66b37e33ebac23ad6 Mon Sep 17 00:00:00 2001 From: Krishnan Mahadevan Date: Tue, 31 May 2022 07:58:59 +0530 Subject: [PATCH] Fix GitHub workflows to run tests on PR --- .github/workflows/maven-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index ababb6b..068e835 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -15,5 +15,5 @@ jobs: java-version: '8' distribution: 'corretto' cache: maven - - name: Compile Project With Maven - run: mvn clean test-compile \ No newline at end of file + - name: Run tests + run: mvn clean test