From 05aeeb3a8024f01463f2a0089a88f5b28a2b89cc Mon Sep 17 00:00:00 2001 From: reivilibre Date: Mon, 1 Aug 2022 10:55:31 +0000 Subject: Enable Complement CI tests in the 'latest deps' test run. (#13213) Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> --- scripts-dev/complement.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts-dev') diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index 6381f7092e..eab23f18f1 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -101,6 +101,7 @@ if [ -z "$skip_docker_build" ]; then echo_if_github "::group::Build Docker image: matrixdotorg/synapse" docker build -t matrixdotorg/synapse \ --build-arg TEST_ONLY_SKIP_DEP_HASH_VERIFICATION \ + --build-arg TEST_ONLY_IGNORE_POETRY_LOCKFILE \ -f "docker/Dockerfile" . echo_if_github "::endgroup::" -- cgit 1.4.1