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