Skip to content

Commit db7c5d2

Browse files
committed
Force Docker Tests
1 parent 471eb70 commit db7c5d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
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
@@ -40,8 +40,8 @@ jobs:
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

0 commit comments

Comments
 (0)