test: Change the installer for setup-matrix-synapse.

There is a bug in Synapse and changing the installer seems to fix the
problem.
This commit is contained in:
Ivan Enderlin
2023-07-03 12:43:25 +02:00
parent 4f84e33457
commit c955de8331
2 changed files with 3 additions and 1 deletions

View File

@@ -411,6 +411,7 @@ jobs:
- uses: michaelkaye/setup-matrix-synapse@main
with:
installer: poetry
uploadLogs: true
httpPort: 8228
disableRateLimiting: true

View File

@@ -48,8 +48,9 @@ jobs:
with:
python-version: 3.8
- uses: gnunicorn/setup-matrix-synapse@main
- uses: michaelkaye/setup-matrix-synapse@main
with:
installer: poetry
uploadLogs: true
httpPort: 8228
disableRateLimiting: true