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

chinmayskulkarni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 09a9c0c  PHOENIX-5234: Create patch scripts for phoenix-connectors and 
phoenix-queryserver projects
09a9c0c is described below

commit 09a9c0c943745f405e4bcb37a0cadaeb57c779e6
Author: Neha <neha.gu...@salesforce.com>
AuthorDate: Mon Jan 6 14:50:36 2020 -0800

    PHOENIX-5234: Create patch scripts for phoenix-connectors and 
phoenix-queryserver projects
    
    Signed-off-by: Chinmay Kulkarni <chinmayskulka...@gmail.com>
---
 .github/workflows/maven.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
new file mode 100644
index 0000000..78c1bb6
--- /dev/null
+++ b/.github/workflows/maven.yml
@@ -0,0 +1,16 @@
+name: phoenix-queryserver preCommit Build
+
+on: 
+  pull_request:
+    
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v1
+    - name: Set up JDK 1.8
+      uses: actions/setup-java@v1
+      with:
+        java-version: 1.8
+    - name: Build with Maven
+      run: mvn clean install

Reply via email to