Skip to content

Commit

Permalink
Disable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thjarvin committed Oct 21, 2024
1 parent a20622f commit a8c5be8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ 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 a8c5be8

Please sign in to comment.