This is an automated email from the ASF dual-hosted git repository. apupier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit faf036c8e36d177ba39451e13495f03d32b28ddb Author: Aurélien Pupier <[email protected]> AuthorDate: Wed Jun 10 11:29:07 2026 +0200 Play tests on GitHub Actions CI it also enables the compilation of tests Signed-off-by: Aurélien Pupier <[email protected]> --- .github/workflows/pr-build-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml index 58d69ff..1dc3403 100644 --- a/.github/workflows/pr-build-main.yml +++ b/.github/workflows/pr-build-main.yml @@ -46,4 +46,4 @@ jobs: java-version: 17 cache: 'maven' - name: Maven build - run: mvn -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress clean compile + run: mvn -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress clean verify
