lburgazzoli commented on a change in pull request #634: Run native tests with GitHub Actions URL: https://github.com/apache/camel-quarkus/pull/634#discussion_r369550242
########## File path: .github/workflows/pr-validate.yml ########## @@ -31,4 +35,10 @@ jobs: with: java-version: 1.8 - name: mvn package - run: export LANG=en_US && ./mvnw -fae -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn clean package -Pcheck-format -DskipTests + run: | + ./mvnw -fae -B \ + -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \ + -DskipTests \ + -Pcheck-format \ + clean package Review comment: no problem to change it but since this is something outside the scope of this pr and as this behavior has not changed by this pr, I would change it with a follow up pr ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services