You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2019/11/01 04:26:24 UTC

[incubator-apisix] 01/01: github action

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

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

commit 64da50d412fd1820a96dfcb5fb5ed27d81275429
Author: YuanSheng Wang <me...@gmail.com>
AuthorDate: Fri Nov 1 12:26:15 2019 +0800

    github action
    
    make a test
---
 .github/workflows/lua.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.github/workflows/lua.yml b/.github/workflows/lua.yml
new file mode 100644
index 0000000..777332b
--- /dev/null
+++ b/.github/workflows/lua.yml
@@ -0,0 +1,20 @@
+name: CI
+
+on: [push]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v1
+    - name: install luarocks
+      run: apt-get install luarocks
+    - name: install apisix
+      run: luarocks install apisix
+    - name: apisix test
+      run: |
+        apisix init
+        apisix start
+        apisix stop