Skip to content

Commit f8484b3

Browse files
committed
Disable Docker tests on MacOS and Windows
1 parent 770ddb1 commit f8484b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
distribution: 'corretto'
4242
java-version: '11'
4343
- name: Run Tests
44-
run: ./mvnw -B -ntp clean test
44+
run: ./mvnw -B -ntp clean test -Dno.docker.tests=true
4545

4646
RunOnWindows:
4747
runs-on: windows-latest
@@ -52,4 +52,4 @@ jobs:
5252
distribution: 'corretto'
5353
java-version: '11'
5454
- name: Run Tests
55-
run: ./mvnw.cmd -B -ntp clean test
55+
run: ./mvnw.cmd -B -ntp clean test -Dno.docker.tests=true

0 commit comments

Comments
 (0)