Skip to content

Commit

Permalink
chore: fix integration tests execution
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Nov 21, 2024
1 parent 8957ac9 commit f4ca61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'adopt'
- name: Test With Maven
run: ./mvnw integration-test
run: mvn clean integration-test

dependabot:
needs: integration-tests
Expand Down

0 comments on commit f4ca61b

Please sign in to comment.