Skip to content
Snippets Groups Projects
Unverified Commit 09a3c5ce authored by reivilibre's avatar reivilibre Committed by GitHub
Browse files

Fix Complement runs always being Postgres (#13034)


* Fix Complement runs always being Postgres

* Newsfile

Signed-off-by: default avatarOlivier Wilkinson (reivilibre) <oliverw@matrix.org>
parent 5d139f57
No related branches found
No related tags found
No related merge requests found
......@@ -347,7 +347,7 @@ jobs:
- run: |
set -o pipefail
POSTGRES=${{ (matrix.database == 'Postgres') && 1 }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json 2>&1 | gotestfmt
POSTGRES=${{ (matrix.database == 'Postgres') && 1 || '' }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json 2>&1 | gotestfmt
shell: bash
name: Run Complement Tests
......
Enable testing against PostgreSQL databases in Complement CI.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment