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.git


The following commit(s) were added to refs/heads/main by this push:
     new a60ce2a4f70 (chores) build: fix alternative OS builds
a60ce2a4f70 is described below

commit a60ce2a4f70c644cf378977d0ba644257da93410
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Jun 26 09:23:56 2023 +0200

    (chores) build: fix alternative OS builds
    
    Adds the quickly property when building on Windows and macOS.
---
 .github/workflows/alternative-os-build-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/alternative-os-build-main.yml 
b/.github/workflows/alternative-os-build-main.yml
index 0dbc7c25b42..5c599f9deee 100644
--- a/.github/workflows/alternative-os-build-main.yml
+++ b/.github/workflows/alternative-os-build-main.yml
@@ -46,7 +46,7 @@ jobs:
           java-version: 17
           cache: 'maven'
       - name: mvn sourcecheck ${{ matrix.os }}
-        run: ./mvnw -B -V -D'http.keepAlive=false' -l build.log 
-D'maven.wagon.http.pool=false' 
-D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress 
-DskipTests verify
+        run: ./mvnw -B -V -D'http.keepAlive=false' -l build.log 
-D'maven.wagon.http.pool=false' 
-D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress 
-Dquickly verify
       - name: Archive logs ${{ matrix.os }}
         uses: actions/upload-artifact@v3
         if: always()

Reply via email to