This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 8ec3c2c7fa6 Archive surefire logs to try to diagnose integration test failures 8ec3c2c7fa6 is described below commit 8ec3c2c7fa66c96a62252e2627d64fec4ee94742 Author: Tom Cunningham <tcunn...@redhat.com> AuthorDate: Fri Apr 22 17:32:55 2022 -0400 Archive surefire logs to try to diagnose integration test failures --- .github/workflows/pr-build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index b51d72cf853..c7540a13d5e 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -46,3 +46,12 @@ jobs: with: name: build.log path: build.log + - name: Archive Surefire Logs + uses: actions/upload-artifact@v3 + if: always() + with: + name: integration-test-surefire-logs + path: | + tests/camel-itest-spring-boot/target/surefire-reports + tests/camel-spring-boot-integration-tests/infinispan/target/surefire-reports + retention-days: 2 \ No newline at end of file