You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/01/06 10:58:03 UTC

[shardingsphere] branch master updated: Rename github action files (#8917)

This is an automated email from the ASF dual-hosted git repository.

panjuan 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 8ad9826  Rename github action files (#8917)
8ad9826 is described below

commit 8ad98262e98cabeec7475d4f981c7b07143d6b86
Author: Liang Zhang <te...@163.com>
AuthorDate: Wed Jan 6 18:57:39 2021 +0800

    Rename github action files (#8917)
---
 .github/workflows/{maven.yml => ci.yml}            | 4 ++--
 .github/workflows/{integration-test.yml => it.yml} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/ci.yml
similarity index 98%
rename from .github/workflows/maven.yml
rename to .github/workflows/ci.yml
index 249ea56..633edd4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@
 # This workflow will build a Java project with Maven
 # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
 
-name: Java CI with Maven
+name: Continuous Integration
 
 on:
   push:
@@ -48,7 +48,7 @@ jobs:
         run: ./mvnw -B clean cobertura:cobertura -D"maven.javadoc.skip"=true install
       - name: Build examples with Maven
         run: ./mvnw -B -f examples/pom.xml clean package -DskipTests
-
+  
   unix:
     runs-on: ${{ matrix.os }}
     strategy:
diff --git a/.github/workflows/integration-test.yml b/.github/workflows/it.yml
similarity index 100%
rename from .github/workflows/integration-test.yml
rename to .github/workflows/it.yml