From 803eb337811ed559db3a74a9a27b7e08e7e1b766 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 28 Jan 2019 11:55:53 +0000 Subject: [PATCH] oh yeah, this is dendrite --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ded940c9..d0c541783 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: test -f matrix_key.pem || ./bin/generate-keys -private-key matrix_key.pem - run: name: Run sytest with whitelisted tests - command: /synapse_sytest.sh + command: /dendrite_sytest.sh - store_artifacts: path: /logs