Skip to content

Commit

Permalink
ci: fix luatest version
Browse files Browse the repository at this point in the history
"Test" workflow installs latest luatest, yet "Reusable test" installs
luatest 0.5.7. Latest e2cdb56 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
  • Loading branch information
DifferentialOrange authored and AnaNek committed Jun 29, 2023
1 parent e2cdb56 commit 4901cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4901cbc

Please sign in to comment.