Skip to content

Commit

Permalink
Enable Docker tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Oct 26, 2023
1 parent 1b87389 commit c42a02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
with:
timeout_minutes: 30
max_attempts: 3
command: mvn -B test -Dtest=!Docker*,!Record*
command: mvn -B test -Dtest=!Record*
- name: Run tests on Windows
if: matrix.os == 'windows-latest'
uses: nick-fields/retry@v2.9.0
with:
timeout_minutes: 30
max_attempts: 3
command: mvn -B test -Dtest=!Docker*
command: mvn -B test
- 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 c42a02e

Please sign in to comment.