You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ak...@apache.org on 2020/03/16 23:19:35 UTC

[incubator-pinot] 01/01: [TE] Setup a test Github workflow for ThirdEye

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

akshayrai09 pushed a commit to branch akshayrai-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit cfb51e2e5a5130cbc564377acd2dfb42d9dbfb54
Author: Akshay Rai <ak...@linkedin.com>
AuthorDate: Mon Mar 16 16:19:23 2020 -0700

    [TE] Setup a test Github workflow for ThirdEye
---
 .github/workflows/maven.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
new file mode 100644
index 0000000..ebf0ab9
--- /dev/null
+++ b/.github/workflows/maven.yml
@@ -0,0 +1,24 @@
+# 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: Artifact Publish Test Workflow
+
+on:
+  schedule:
+  - cron: "0 0 17 1/1 * ? *"
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v2
+    - name: Set up JDK 1.8
+      uses: actions/setup-java@v1
+      with:
+        java-version: 1.8
+    - name: Build with Maven
+      run: |
+        cd thirdeye
+        mvn -T 1C clean compile package


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org