You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/02/28 07:30:52 UTC

[camel-quarkus] 02/02: Execute the reactive-streams itest by the CI

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit ba40c080ffc2858a1ad538383be2f3cfeeccfa76
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Feb 27 21:53:51 2020 +0100

    Execute the reactive-streams itest by the CI
---
 .github/workflows/pr-build.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml
index b7c3314..1207a56 100644
--- a/.github/workflows/pr-build.yaml
+++ b/.github/workflows/pr-build.yaml
@@ -181,7 +181,8 @@ jobs:
             -pl :camel-quarkus-integration-test-platform-http \
             -pl :camel-quarkus-integration-test-platform-http-engine \
             -pl :camel-quarkus-integration-test-microprofile \
-            -pl :camel-quarkus-integration-test-opentracing
+            -pl :camel-quarkus-integration-test-opentracing \
+            -pl :camel-quarkus-integration-test-reactive-streams
   messaging:
     runs-on: ubuntu-latest
     needs: build