2
Some checks failed
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-23 22:25:13 +02:00
parent b1da5c9282
commit 86f8efaa1a
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
2 changed files with 2 additions and 2 deletions

View file

@ -19,4 +19,4 @@ services:
steps:
test:
image: maven:3.9.9-eclipse-temurin-17
commands: mvn test -Dversion.org.keycloak.test="$KEYCLOAK_VERSION" -P-dev --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml
commands: mvn test -Dversion.org.keycloak.test="$KEYCLOAK_VERSION" -P-check --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml