Skip to content

Commit

Permalink
Add logging-json native testing to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Sep 15, 2020
1 parent 3a35024 commit be321c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/logging-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-integration-test-logging-json</artifactId>
<name>Quarkus - Integration Tests - Logging (JSON)</name>
<name>Quarkus - Integration Tests - Logging - JSON</name>
<description>
Tests the JSON logging extension
</description>
Expand Down

0 comments on commit be321c9

Please sign in to comment.