File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 distribution : ' corretto'
3131 java-version : ' 11'
3232 - name : Run Tests
33- run : ./mvnw -B -ntp test
33+ run : ./mvnw -B -ntp test -Ddocker.tests=true
3434
3535 RunOnMacOs :
3636 runs-on : macos-latest
Original file line number Diff line number Diff line change 2727 with :
2828 distribution : ' corretto'
2929 java-version : ' 11'
30- - name : Run Tests
31- run : ./mvnw -B -ntp clean test
30+ - name : Run Tests (force Docker tests)
31+ run : ./mvnw -B -ntp clean test -Ddocker.tests=true
3232
3333 RunOnMacOs :
3434 runs-on : macos-latest
4040 with :
4141 distribution : ' corretto'
4242 java-version : ' 11'
43- - name : Run Tests
44- run : ./mvnw -B -ntp clean test
43+ - name : Run Tests (force Docker tests)
44+ run : ./mvnw -B -ntp clean test -Ddocker.tests=true
4545
4646 RunOnWindows :
4747 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments