File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
openresty_version :
21
- - 1.17.8.1
22
- - 1.19.3 .1
21
+ - 1.17.8.2
22
+ - 1.19.9 .1
23
23
24
24
runs-on : ubuntu-latest
25
25
container :
28
28
options : --init
29
29
30
30
steps :
31
+ - uses : actions/checkout@v2
31
32
- name : Install deps
32
33
run : |
33
- apk add --no-cache curl perl bash wget git perl-dev libarchive-tools
34
+ apk add --no-cache curl perl bash wget git perl-dev libarchive-tools nodejs
34
35
ln -s /usr/bin/bsdtar /usr/bin/tar
35
36
36
37
- name : Install CPAN
@@ -48,14 +49,12 @@ jobs:
48
49
run : cpanm -q -n Test::Nginx
49
50
50
51
- name : Install Luacov
51
- run : luarocks install luacov
52
+ run : /usr/local/openresty/luajit/bin/ luarocks install luacov
52
53
53
54
- uses : actions/checkout@v2
54
55
55
56
- name : Run tests
56
- env :
57
- TEST_COVERAGE : ' 1'
58
- run : /usr/bin/prove -I../test-nginx/lib -r t/
57
+ run : make coverage
59
58
60
59
- name : Coverage
61
60
run : |
You can’t perform that action at this time.
0 commit comments