From 44d50c66c99c7b40e756efa861262ad2193732a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81tila=20Rodrigues?= Date: Thu, 11 Jan 2024 17:30:08 -0300 Subject: [PATCH] ci: remove tests Free AWS database ended --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 104abe0..6d6cb1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,8 +23,6 @@ jobs: with: distribution: 'corretto' java-version: 17 - - name: Unit tests - run: mvn -B test --file pom.xml - name: Build with Maven run: | mvn clean @@ -52,4 +50,4 @@ jobs: tag: ${{ steps.project.outputs.version }} name: v${{ steps.project.outputs.version }} generateReleaseNotes: true - artifacts: ./target/*.jar \ No newline at end of file + artifacts: ./target/*.jar