We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058931a commit 204674bCopy full SHA for 204674b
.github/workflows/test.yml
@@ -58,9 +58,9 @@ jobs:
58
rm -rf /usr/local/openresty/luajit/bin/luarocks* || true
59
# Download and install latest LuaRocks
60
cd /tmp
61
- wget https://luarocks.org/releases/luarocks-3.11.1.tar.gz
62
- tar zxpf luarocks-3.11.1.tar.gz
63
- cd luarocks-3.11.1
+ wget https://luarocks.org/releases/luarocks-3.12.2.tar.gz
+ tar zxpf luarocks-3.12.2.tar.gz
+ cd luarocks-3.12.2
64
./configure --prefix=/usr/local/openresty/luajit \
65
--with-lua=/usr/local/openresty/luajit \
66
--lua-suffix=jit \
@@ -74,6 +74,8 @@ jobs:
74
/usr/local/openresty/luajit/bin/luarocks install luacov
75
/usr/local/openresty/luajit/bin/luarocks install lua-resty-openssl
76
77
+ - uses: actions/checkout@v4
78
+
79
- name: Run tests
80
run: make coverage
81
0 commit comments