matrix-fuzz

git clone git://archive.git.mtrnord.blog/MTRNord/matrix-fuzz.git
Log | Files | Refs | README | LICENSE

commit bb25bef21f96ef32303afca27dce9780cabba579
parent cef1151d4a5d67e4f0582b966c654231f96d7321
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 30 Aug 2022 20:51:13 +0200

Make sure to create the synapse db

Diffstat:
M.github/workflows/test_known.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/test_known.yml b/.github/workflows/test_known.yml @@ -22,6 +22,8 @@ jobs: # Provide the password for postgres env: POSTGRES_PASSWORD: postgres + POSTGRES_DB: synapse + POSTGRES_INITDB_ARGS: "--encoding=UTF8 --locale=C --template=template0" # Set health checks to wait until postgres has started options: >- --health-cmd pg_isready