File tree 2 files changed +8
-11
lines changed
2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 10
10
if : github.ref == 'refs/heads/master'
11
11
runs-on : ubuntu-20.04
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- uses : tarantool/rocks.tarantool.org/github-action@master
15
15
with :
16
16
auth : ${{ secrets.ROCKS_AUTH }}
22
22
env :
23
23
CMAKE_LDOC_FIND_REQUIRED : ' YES'
24
24
steps :
25
- - uses : actions/checkout@v2
26
- - uses : rosik /setup-tarantool@v1
25
+ - uses : actions/checkout@v3
26
+ - uses : tarantool /setup-tarantool@v2
27
27
with :
28
28
tarantool-version : ' 2.5'
29
29
Original file line number Diff line number Diff line change @@ -14,24 +14,21 @@ jobs:
14
14
- ' 2.6'
15
15
- ' 2.7'
16
16
- ' 2.8'
17
- nightly : [false]
18
- include :
19
- - {tarantool: '2.9', nightly: true}
20
- runs-on : ubuntu-latest
17
+ - ' 2.10'
18
+ runs-on : ubuntu-20.04
21
19
env :
22
20
CMAKE_LDOC_FIND_REQUIRED : ' YES'
23
21
steps :
24
- - uses : actions/checkout@v2
25
- - uses : rosik /setup-tarantool@v1
22
+ - uses : actions/checkout@v3
23
+ - uses : tarantool /setup-tarantool@v2
26
24
with :
27
25
tarantool-version : ${{ matrix.tarantool }}
28
- nightly-build : ${{ matrix.nightly }}
29
26
30
27
# Setup luacheck, ldoc and luatest
31
28
- run : tarantoolctl rocks install luacheck
32
29
- run : tarantoolctl rocks install ldoc
33
30
--server=https://tarantool.github.io/LDoc/
34
- - run : tarantoolctl rocks install luatest 0.5.4
31
+ - run : tarantoolctl rocks install luatest 0.5.7
35
32
- run : echo ".rocks/bin" >> $GITHUB_PATH
36
33
37
34
- run : tarantoolctl rocks make
You can’t perform that action at this time.
0 commit comments