Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
name: upload-unit-test-artifacts
path: |
**/build/test-results/**
**/build/reports/tests/**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both the test-results and the reports are useful. Why not archive both?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok added back


quarkus-tests:
name: Quarkus Tests
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
name: upload-quarkus-test-artifacts
path: |
**/build/test-results/**
**/build/reports/tests/**

integration-tests:
name: Integration Tests
Expand Down Expand Up @@ -143,6 +145,7 @@ jobs:
name: upload-integration-test-artifacts
path: |
**/build/test-results/**
**/build/reports/tests/**

store-gradle-cache:
name: Store Gradle Cache
Expand Down