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 1a6aca2 (chores) ci: use a prettier message for the quick test
execution
1a6aca2 is described below
commit 1a6aca258fc21fc54d632e6f31d066a114537a0e
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Apr 1 10:09:46 2022 +0200
(chores) ci: use a prettier message for the quick test execution
---
.github/workflows/master-pr-build.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/master-pr-build.yml
b/.github/workflows/master-pr-build.yml
index 541b874..c488565 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -62,6 +62,7 @@ jobs:
- name: maven build
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -Dmvnd.threads=2
-V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress
-Pfastinstall -Dcheckstyle.skip=true -DskipTests install
- id: test
+ name: Quick test execution for affected components
uses: ./.github/actions/quick-test
with:
github-token: ${{ secrets.GITHUB_TOKEN }}