You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2022/04/26 22:37:35 UTC

[trafficserver-ingress-controller] branch master updated: reenable lua unit test (#115)

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

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 13985e3  reenable lua unit test (#115)
13985e3 is described below

commit 13985e3d64809eb99753ccaf227b216871d5a2b8
Author: Kit Chan <ki...@apache.org>
AuthorDate: Tue Apr 26 15:37:31 2022 -0700

    reenable lua unit test (#115)
---
 .github/workflows/test.yml | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0f6eaee..69c342f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -31,16 +31,18 @@ jobs:
 
     - name: Check out code into the Go module directory
       uses: actions/checkout@v2
+   
+    # commit for v8.0.0 
+    - uses: leafo/gh-actions-lua@ea0ae38722c0b45aa4e770f7c4a650c6b26800d0
+      with:
+        luaVersion: "5.1.5"
     
-#    - uses: leafo/gh-actions-lua@v8.0.0
-#      with:
-#        luaVersion: "5.1.5"
-    
-#    - uses: leafo/gh-actions-luarocks@v4.0.0
+    # commit for v4.3.0
+    - uses: leafo/gh-actions-luarocks@e65774a6386cb4f24e293dca7fc4ff89165b64c5
 
-#    - name: Install Busted
-#      run: |
-#        luarocks install busted
+    - name: Install Busted
+      run: |
+        luarocks install busted
 
     - name: Get dependencies
       run: |
@@ -56,7 +58,7 @@ jobs:
     - name: Test Redis
       run: go test -v ./redis/
     
-#    - name: Test RedisPluginATS
-#      run: |
-#        cd pluginats
-#        ../.luarocks/bin/busted connect_redis_test.lua
+    - name: Test RedisPluginATS
+      run: |
+        cd pluginats
+        ../.luarocks/bin/busted connect_redis_test.lua