Skip to content

Commit

Permalink
chore: make native test quarkus categories easier to read on github
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Apr 23, 2020
1 parent 12e7133 commit b1d02a2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
19 changes: 18 additions & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
19 changes: 18 additions & 1 deletion .github/workflows/quarkus-master-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1d02a2

Please sign in to comment.