diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-07-06 16:42:03 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-07-07 16:05:22 +0100 |
commit | 01747a28ca84e22bfa40c839b96a6e6f061bbf92 (patch) | |
tree | 24a0997af7f37c653461ce4e0c01716b3543aa99 | |
parent | AAAA# (diff) | |
download | synapse-01747a28ca84e22bfa40c839b96a6e6f061bbf92.tar.xz |
BBBB
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 140bbce340..6a6b683727 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: synapse/scripts-dev/complement.sh --build-only while :; do POSTGRES=${{ (matrix.database == 'Postgres') && 1 || '' }} WORKERS=${{ (matrix.arrangement == 'workers') && 1 || '' }} SYNAPSE_TEST_LOG_LEVEL=DEBUG COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -f -run TestMembersLocal -json 2>&1 | gotestfmt | tee /tmp/xxx - if grep FAIL /tmp/xxx; then + if grep ❌ /tmp/xxx; then break fi done |