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 15cd1c3 commit ad3ab60Copy full SHA for ad3ab60
.github/workflows/test.yml
@@ -52,13 +52,17 @@ jobs:
52
- name: Install Test::Nginx
53
run: cpanm -q -n Test::Nginx
54
55
+ - uses: leafo/gh-actions-luarocks@v5
56
+ with:
57
+ luarocksVersion: "3.12.2"
58
+
59
- name: Install Luacov
- run: |
- # Clear luarocks cache to avoid manifest corruption
- rm -rf ~/.cache/luarocks || true
60
+ run:
61
/usr/local/openresty/luajit/bin/luarocks install luacov
62
/usr/local/openresty/luajit/bin/luarocks install lua-resty-openssl
63
64
+ - uses: actions/checkout@v4
65
66
- name: Run tests
67
run: make coverage
68
0 commit comments