diff options
author | reivilibre <oliverw@matrix.org> | 2022-08-01 10:55:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 10:55:31 +0000 |
commit | 05aeeb3a8024f01463f2a0089a88f5b28a2b89cc (patch) | |
tree | acf43e98021ba4fd1552265611a073d6d7448868 /scripts-dev | |
parent | Re-enable running Complement tests against Synapse with workers. (#13420) (diff) | |
download | synapse-05aeeb3a8024f01463f2a0089a88f5b28a2b89cc.tar.xz |
Enable Complement CI tests in the 'latest deps' test run. (#13213)
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/complement.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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::" |