Skip to content

Commit

Permalink
Also run topics example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Dec 2, 2024
1 parent 0a29431 commit 7ac0ad8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
export SETTINGS_XML=${DEV_ROOT}/.github/maven/settings.xml
mvn --file prj/pom.xml --batch-mode -U -e -s ${SETTINGS_XML} -P-modules,stage11 -Doptional -Dcoherence.SkipLargeMemoryTests=true clean install
mvn --file prj/pom.xml --batch-mode -e -s ${SETTINGS_XML} -Pmodules,-coherence,stage11 -nsu -Doptional -Dcoherence.SkipLargeMemoryTests=true -Dcoherence.compatability.settings=${SETTINGS_XML} clean install
mvn --file prj/pom.xml --batch-mode -e -s ${SETTINGS_XML} -pl examples/guides/460-topics/ -Pmodules,-coherence,examples -nsu -Doptional -Dcoherence.SkipLargeMemoryTests=true -Dcoherence.compatability.settings=${SETTINGS_XML} clean install
# Upload build artifacts for diagnosing failures
- name: Build Artifacts test logs
Expand Down

0 comments on commit 7ac0ad8

Please sign in to comment.