mirror of
https://github.com/matrix-org/synapse.git
synced 2025-01-27 10:29:19 +00:00
Fix Complement runs always being Postgres (#13034)
* Fix Complement runs always being Postgres * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
This commit is contained in:
parent
5d139f578d
commit
09a3c5ce0b
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -347,7 +347,7 @@ jobs:
|
|||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
set -o pipefail
|
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
|
shell: bash
|
||||||
name: Run Complement Tests
|
name: Run Complement Tests
|
||||||
|
|
||||||
|
1
changelog.d/13034.misc
Normal file
1
changelog.d/13034.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Enable testing against PostgreSQL databases in Complement CI.
|
Loading…
Reference in New Issue
Block a user