Skip to content

Commit

Permalink
Revert "Disable integration tests"
Browse files Browse the repository at this point in the history
This reverts commit a8c5be8.
  • Loading branch information
thjarvin committed Oct 30, 2024
1 parent dc386ef commit 45bc227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
cache: 'maven'
- name: Build with Maven
run: mvn clean package -Dmaven.javadoc.skip=true -B -V
- name: Run integration tests
run: mvn failsafe:integration-test && mvn failsafe:verify
publish:
needs: test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 45bc227

Please sign in to comment.