From 7736965c1024c8fbc03f7532e4da3e1a6bc47915 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Tue, 16 Jun 2020 10:59:48 +0300 Subject: [PATCH] Add reference to Ecosystem CI in extension authors doc --- docs/src/main/asciidoc/writing-extensions.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/main/asciidoc/writing-extensions.adoc b/docs/src/main/asciidoc/writing-extensions.adoc index 4aa7409b8942d..5f00582591b8f 100755 --- a/docs/src/main/asciidoc/writing-extensions.adoc +++ b/docs/src/main/asciidoc/writing-extensions.adoc @@ -2824,3 +2824,10 @@ Then, at the end of your documentation, include the extensive documentation: ---- Finally, generate the documentation and check it out. + +== Continuous testing of your extension + +In order to make it easy for extension authors to test their extensions daily against the latest snapshot of Quarkus, Quarkus has introduced +the notion of Ecosystem CI. The Ecosystem CI link:https://github.com/quarkusio/quarkus-ecosystem-ci/blob/master/README.adoc[README] +has all the details on how to set up a GitHub Actions job to take advantage of this capability, while this link:https://www.youtube.com/watch?v=VpbRA1n0hHQ[video] provides an overview +of what the process looks like.