This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 3a209fd Play tests on GitHub CI
3a209fd is described below
commit 3a209fd96f7045789b9e09d3b2cf03d4c4987ee1
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri Aug 16 15:57:36 2024 +0200
Play tests on GitHub CI
Signed-off-by: Aurélien Pupier <[email protected]>
---
.github/workflows/master-pr-build.yml | 2 ++
.github/workflows/master-push-build.yml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/.github/workflows/master-pr-build.yml
b/.github/workflows/master-pr-build.yml
index 41c4f07..661c1f0 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -36,3 +36,5 @@ jobs:
java-version: ${{ matrix.java }}
- name: mvn build
run: ./mvnw -f pom.xml -V --no-transfer-progress clean install
-DskipTests
+ - name: mvn test
+ run: ./mvnw -f pom.xml -V --no-transfer-progress test
diff --git a/.github/workflows/master-push-build.yml
b/.github/workflows/master-push-build.yml
index df89344..b433352 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -36,3 +36,5 @@ jobs:
java-version: ${{ matrix.java }}
- name: mvn build
run: ./mvnw -f pom.xml -V --no-transfer-progress clean install
-DskipTests
+ - name: mvn test
+ run: ./mvnw -f pom.xml -V --no-transfer-progress test