Skip to content

Commit

Permalink
Disable Docker tests in CI - Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Oct 26, 2023
1 parent c42a02e commit 12e6af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
timeout_minutes: 30
max_attempts: 3
command: mvn -B test
command: mvn -B test -Dtest=!Docker*
- name: Upload analysis to SonarCloud
if: success() && matrix.os == 'ubuntu-latest' && matrix.java == '11' && !contains(github.ref, 'pull')
run: >
Expand Down

0 comments on commit 12e6af9

Please sign in to comment.