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 1d2461a955d (chores) ci: pass the CI name so flaky tests can be skipped
1d2461a955d is described below
commit 1d2461a955d94802cce07e73f607cffaa06dbeac
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jan 5 13:23:15 2023 +0100
(chores) ci: pass the CI name so flaky tests can be skipped
---
.github/workflows/pr-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml
index 0f988774f38..102534d7f3b 100644
--- a/.github/workflows/pr-build.yml
+++ b/.github/workflows/pr-build.yml
@@ -42,7 +42,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Maven Build
- run: ./mvnw -l build.log -V --no-transfer-progress -Psourcecheck clean
install
+ run: ./mvnw -l build.log -V --no-transfer-progress -Psourcecheck
-Dci.env.name=github.com clean install
- name: Archive Logs
uses: actions/upload-artifact@v3
if: always()