1
0
This commit is contained in:
Olivier Wilkinson (reivilibre)
2022-07-05 11:37:14 +01:00
parent c76da0d948
commit 18695c7631

View File

@@ -34,12 +34,12 @@ jobs:
- run: |
set -o pipefail
synapse/scripts-dev/complement.sh --build-only
while :; do
#while :; do
POSTGRES=${{ (matrix.database == 'Postgres') && 1 || '' }} WORKERS=${{ (matrix.arrangement == 'workers') && 1 || '' }} COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -f -json 2>&1 | gotestfmt | tee /tmp/xxx
if grep FAIL /tmp/xxx; then
break
fi
done
#if grep FAIL /tmp/xxx; then
# break
#fi
#done
shell: bash
name: Run Complement Tests