DBG
This commit is contained in:
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user