This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 5866483 add examples to ci (#7189)
5866483 is described below
commit 58664839dd4b22c9d64b1c42a162dc21fd16e76d
Author: kimmking <[email protected]>
AuthorDate: Mon Aug 31 21:04:39 2020 +0800
add examples to ci (#7189)
---
.github/workflows/maven.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 70250f6..3ed1ced 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,5 +39,8 @@ jobs:
java-version: 1.8
- name: Build with Maven
run: |
- mvn --batch-mode --no-transfer-progress clean install
cobertura:cobertura -Dmaven.javadoc.skip=true
+ mvn -B clean install cobertura:cobertura -Dmaven.javadoc.skip=true
+ cd examples
+ mvn -B clean package -DskipTests
+ cd ..
bash <(curl -s https://codecov.io/bash)