Skip to content

Commit d934dc6

Browse files
committed
NO-JIRA: enable full build output for GitHub Actions jobs, split main and example builds to simplift viewing output
1 parent cb7f311 commit d934dc6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ jobs:
2929
# use 'install' so smoke-tests will work
3030
# use '-Pextra-tests' to ensure extra-tests compiles even though they won't actually run
3131
# By setting anything to org.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED we are disabling libaio loading on the testsuite
32-
- name: Build
32+
- name: Build Main
33+
run: |
34+
mvn -Dorg.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED=AnythingNotNull -Djdk8-errorprone -Pfast-tests -Pextra-tests -Ptests-CI install
35+
- name: Build Examples
3336
run: |
34-
set -e
35-
mvn -Dorg.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED=AnythingNotNull -Djdk8-errorprone -Pfast-tests -Pextra-tests -Ptests-CI -B install -q
3637
cd examples
37-
mvn install -PnoRun -B -q
38+
mvn install -PnoRun
3839

0 commit comments

Comments
 (0)