You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/02/20 07:18:35 UTC

[skywalking-nginx-lua] branch master updated: Fix CI

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b8e53a  Fix CI
1b8e53a is described below

commit 1b8e53a90e00147fc831b57ee82d56975983f507
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Feb 20 15:18:22 2020 +0800

    Fix CI
---
 .github/workflows/ci.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 4ca9dad..4acdda5 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -38,19 +38,19 @@ jobs:
       - uses: leafo/gh-actions-lua@v5
         with:
           luaVersion: "5.3.5"
-      - name: 'install LuaRocks'
+      - name: 'Install LuaRocks'
         run: |
           wget https://luarocks.org/releases/luarocks-3.3.0.tar.gz
           tar zxpf luarocks-3.3.0.tar.gz
           cd luarocks-3.3.0
           ./configure && make && sudo make install
           cd ..
-      - name: 'install dependencies'
+      - name: 'Install Dependencies'
         run: |
           sudo luarocks install luaunit
           sudo luarocks install luasocket
-      - name: 'test'
+      - name: 'Run Tests'
         run: |
-          cd test
+          cd lib/skywalking
           lua id_generator_test.lua
           lua tracing_context_test.lua 
\ No newline at end of file