We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1a6c3 commit 35cb309Copy full SHA for 35cb309
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
include:
23
- os: macos-latest-xlarge
24
name: "macOS"
25
- java-opts: "-Xmx8g -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Dkotlin.daemon.jvm.options=-Xmx6g"
+ java-opts: "-Xmx8g -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Dkotlin.daemon.jvm.options=-Xmx6g -DexcludeDockerTests=true"
26
gradle-task: "clean ktlintCheck assemble macosArm64Test macosX64Test jvmTest koverLog koverHtmlReport"
27
test-type: "macos"
28
- os: ubuntu-latest
0 commit comments