Skip to content

Commit

Permalink
chore(ci) : remove redundant Maven test step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhermebit authored Sep 29, 2024
1 parent 0931646 commit 75654a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Run Tests with Maven
run: mvn test --file pom.xml

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 75654a0

Please sign in to comment.