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 <andrea.taroc...@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' ]