From be321c914a1a209d7f88254487af3160e67b6acc Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 15 Sep 2020 14:30:07 +0200 Subject: [PATCH] Add logging-json native testing to CI --- .github/workflows/ci-actions.yml | 3 ++- integration-tests/logging-json/pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index e20c720304134..dccb17a6ea560 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -547,13 +547,14 @@ jobs: test-modules: > kubernetes-client - category: Misc4 - timeout: 45 + timeout: 50 test-modules: > smallrye-graphql picocli-native gradle micrometer-mp-metrics micrometer-prometheus + logging-json - category: Spring timeout: 50 test-modules: > diff --git a/integration-tests/logging-json/pom.xml b/integration-tests/logging-json/pom.xml index 12575eeb17f8a..904ebfe011319 100644 --- a/integration-tests/logging-json/pom.xml +++ b/integration-tests/logging-json/pom.xml @@ -11,7 +11,7 @@ 4.0.0 quarkus-integration-test-logging-json - Quarkus - Integration Tests - Logging (JSON) + Quarkus - Integration Tests - Logging - JSON Tests the JSON logging extension