Skip to content

Commit 69e9fb7

Browse files
holgerfriedrichmarkus7017
authored andcommitted
[GHA] Speed up itest resolver workflow (openhab#20713)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent 33f7f65 commit 69e9fb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/resolver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: build
3939
# call mvnw directly instead of the repo's log-filtering wrapper script,
4040
# use more cores, safe to do so as we skip tests (which might depend on load)
41-
run: './mvnw verify -B -T 2.5C -U -DskipChecks -DskipTests -DwithResolver'
41+
run: './mvnw verify -B -T 2.5C -U -DskipChecks -DskipTests -DwithResolver -Dmarkdownlint.skip=true -DspotlessCheck.skip=true'
4242
env:
4343
MAVEN_OPTS: >-
4444
-Xmx8g

0 commit comments

Comments
 (0)