This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new b6e3be6 Regen GH Action should run tests
b6e3be6 is described below
commit b6e3be632c2b9c33363f96c09989e31552c85a35
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Apr 28 15:29:54 2021 +0200
Regen GH Action should run tests
---
.github/workflows/main-push-regen.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main-push-regen.yaml
b/.github/workflows/main-push-regen.yaml
index cf76a78..0c93771 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -45,7 +45,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Build catalog
working-directory: ./camel-kamelets-catalog
- run: ./mvnw clean install -DskipTests
+ run: ./mvnw clean install
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with: