Skip to content

Commit

Permalink
Merge pull request #18 from atilara/develop
Browse files Browse the repository at this point in the history
ci: remove tests
  • Loading branch information
atilara authored Jan 11, 2024
2 parents 667d0e2 + 44d50c6 commit 5bdefa0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -52,4 +50,4 @@ jobs:
tag: ${{ steps.project.outputs.version }}
name: v${{ steps.project.outputs.version }}
generateReleaseNotes: true
artifacts: ./target/*.jar
artifacts: ./target/*.jar

0 comments on commit 5bdefa0

Please sign in to comment.