You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by va...@apache.org on 2021/02/08 22:11:10 UTC

[camel-kafka-connector] 01/01: GithubAction registry test

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

valdar pushed a commit to branch gh-actions-tests
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit caa84e8097c701a68ab5201a9cb94532d24adc10
Author: Andrea Tarocchi <an...@gmail.com>
AuthorDate: Mon Feb 8 22:59:52 2021 +0100

    GithubAction registry test
---
 .github/workflows/ci-build.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 27ad769..44b9e0e 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -25,13 +25,22 @@ on:
     branches:
       - master
       - camel-master
+      - gh-actions-tests
   pull_request:
     branches:
       - master
       - camel-master
+      - gh-actions-tests
 jobs:
   build:
     runs-on: ubuntu-latest
+    services:
+      image: registry
+      ports:
+        - 5000:5000
+      options: --restart always
+      volumes:
+        - /tmp/registry:/var/lib/registry
     strategy:
       matrix:
         java: [ '8', '11', '14' ]