mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 03:13:11 -06:00
Actually run sytests
This commit is contained in:
parent
f83b555e24
commit
360cd596db
|
|
@ -19,6 +19,9 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
test -f server.key || openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -days 3650 -nodes -subj /CN=localhost
|
test -f server.key || openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -days 3650 -nodes -subj /CN=localhost
|
||||||
test -f matrix_key.pem || ./bin/generate-keys -private-key matrix_key.pem
|
test -f matrix_key.pem || ./bin/generate-keys -private-key matrix_key.pem
|
||||||
|
- run:
|
||||||
|
name: Run sytest with whitelisted tests
|
||||||
|
command: /synapse_sytest.sh
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: /logs
|
path: /logs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue