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

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

commit 64f41d50e7dc72bb7c1235e8c017519e66494594
Author: lburgazzoli <[email protected]>
AuthorDate: Thu Apr 23 21:21:09 2020 +0200

    chore: make native test quarkus categories easier to read on github
---
 .github/workflows/ci-build.yaml            | 19 ++++++++++++++++++-
 .github/workflows/quarkus-master-cron.yaml | 19 ++++++++++++++++++-
 2 files changed, 36 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 4c38a5d..b76b2b8 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -120,7 +120,24 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        category: [core, foundation, platform, messaging, database, 
dataformats, networking, cloud, misc, saas, social, validation, 
memoryhog-dozer, memoryhog-dataformat-json, memoryhog-infinispan, 
memoryhog-olingo4, memoryhog-xml]
+        category: 
+          - core
+          - foundation
+          - platform
+          - messaging
+          - database
+          - dataformats
+          - networking
+          - cloud
+          - misc
+          - saas
+          - social
+          - validation
+          - memoryhog-dozer
+          - memoryhog-dataformat-json
+          - memoryhog-infinispan
+          - memoryhog-olingo4
+          - memoryhog-xml
     steps:
       - name: Setup apache-snapshots profile
         if: github.ref == 'refs/heads/camel-master' || github.base_ref == 
'camel-master'
diff --git a/.github/workflows/quarkus-master-cron.yaml 
b/.github/workflows/quarkus-master-cron.yaml
index 5cdcd7c..ec9ab2f 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -97,7 +97,24 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        category: [core, foundation, platform, messaging, database, 
dataformats, networking, cloud, misc, saas, social, validation, 
memoryhog-dozer, memoryhog-dataformat-json, memoryhog-infinispan, 
memoryhog-olingo4, memoryhog-xml]
+        category: 
+          - core
+          - foundation
+          - platform
+          - messaging
+          - database
+          - dataformats
+          - networking
+          - cloud
+          - misc
+          - saas
+          - social
+          - validation
+          - memoryhog-dozer
+          - memoryhog-dataformat-json
+          - memoryhog-infinispan
+          - memoryhog-olingo4
+          - memoryhog-xml
     steps:
       - name: Download Maven Repo
         uses: actions/download-artifact@v1

Reply via email to