You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2020/12/03 08:52:16 UTC

[incubator-sedona] branch master updated: Update maven.yml

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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new b22b370  Update maven.yml
b22b370 is described below

commit b22b37077eb07fdd273a4dc4b01171d03aa46664
Author: Jia Yu <ji...@apache.org>
AuthorDate: Thu Dec 3 00:52:08 2020 -0800

    Update maven.yml
---
 .github/workflows/maven.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d88fc02..76f51b1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -1,7 +1,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:
@@ -12,10 +12,11 @@ on:
 jobs:
   build:
 
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@master
+    - uses: textbook/git-checkout-submodule-action@master      
     - uses: actions/setup-python@v2
       with:
         python-version: '3.7'