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

hyunkun pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new d251437  enable github action
d251437 is described below

commit d2514372c46fc7721b973ff49ed24bc28722eb15
Author: Huang YunKun <hty...@gmail.com>
AuthorDate: Wed Apr 29 10:44:30 2020 +0800

    enable github action
---
 .github/workflows/ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000..8b36286
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,12 @@
+name: CI
+
+on: [push, pull_request]
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    strategy:
+      matrix:
+        java: [ 1.8, 11 ]
+    steps:
+      - uses: actions/checkout@v2

Reply via email to