Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ jobs:
- name: Maven build
run: etc/scripts/build.sh
env:
MAVEN_ARGS: -pl !examples/integrations/micronaut/data
MAVEN_ARGS: -pl !examples/integrations/micronaut/data,!examples/integrations/microstream/greetings-se,!examples/integrations/microstream/greetings-mp
3 changes: 1 addition & 2 deletions etc/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ mvn ${MAVEN_ARGS} --version
# shellcheck disable=SC2086
mvn -B ${MAVEN_ARGS} \
-f "${WS_DIR}"/pom.xml \
-Dmaven.test.failure.ignore=true \
clean package
clean install
Loading