This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 9fe883a2f752f596e438392567b89a0336a3499d Author: James Netherton <[email protected]> AuthorDate: Tue Jun 8 07:19:07 2021 +0100 Use generic names for itest categories --- .github/test-categories.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/test-categories.yaml b/.github/test-categories.yaml index 67af38c..e4d3cec 100644 --- a/.github/test-categories.yaml +++ b/.github/test-categories.yaml @@ -17,21 +17,21 @@ # # Association of categories and camel-quarkus-examples maven modules. Used by GitHub workflows. -examples-file: +group-01: - file-bindy-ftp - file-split-log-xml -examples-observability: +group-02: - health - observability -examples-http: +group-03: - http-log - rest-json -examples-timer-log-1: +group-04: - timer-log - timer-log-cdi -examples-timer-log-2: +group-05: - timer-log-kotlin - timer-log-main -examples-timer-log-3: +group-06: - timer-log-spring - timer-log-xml
