From 7cdcb1324957a5e1fd3142b0b76fc9d18bbd5d22 Mon Sep 17 00:00:00 2001 From: Igor Zolotarev Date: Tue, 22 Apr 2025 14:36:34 +0300 Subject: [PATCH] Update ubuntu version --- .github/workflows/test.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1b103e..cac9de2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,22 +15,24 @@ jobs: - '2.7' - '2.8' - '2.10' - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: CMAKE_LDOC_FIND_REQUIRED: 'YES' steps: - - uses: actions/checkout@v3 - - uses: tarantool/setup-tarantool@v2 + - uses: actions/checkout@v4 + - uses: tarantool/setup-tarantool@v3 with: tarantool-version: ${{ matrix.tarantool }} # Setup luacheck, ldoc and luatest - run: tarantoolctl rocks install luacheck + - run: tarantoolctl rocks install luacov - run: tarantoolctl rocks install ldoc --server=https://tarantool.github.io/LDoc/ - run: tarantoolctl rocks install luatest 0.5.7 - run: echo ".rocks/bin" >> $GITHUB_PATH - run: tarantoolctl rocks make - - run: .rocks/bin/luatest -v + - run: .rocks/bin/luatest -v --coverage + - run: .rocks/bin/luacov . && grep -A999 '^Summary' luacov.report.out - run: luacheck .