From 4901cbc87666b872af9a388a2f34d4ac6e8bde0a Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Thu, 29 Jun 2023 15:40:32 +0300 Subject: [PATCH] ci: fix luatest version "Test" workflow installs latest luatest, yet "Reusable test" installs luatest 0.5.7. Latest e2cdb560 commit had introduced tests which use some luatest master utils. These tests fails on "Reusable test", see [1]. 1. https://github.com/tarantool/tarantool/actions/runs/5411519721/jobs/9835738155 Follows #110 --- deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.sh b/deps.sh index 9d35bf3..6ab431e 100755 --- a/deps.sh +++ b/deps.sh @@ -4,6 +4,6 @@ set -e # Test dependencies: -tarantoolctl rocks install luatest 0.5.7 +tarantoolctl rocks install luatest tarantoolctl rocks install luacov 0.13.0 tarantoolctl rocks install luacheck 0.26.0