summary refs log tree commit diff
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-07-05 11:37:14 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-07-05 11:37:14 +0100
commit18695c76313588d47a12bad4d5355a9e162cff2d (patch)
tree0e20f5e8e4e8c147e3cd5abe3de1c9a1f6e389f0
parentTMP flake debug code (diff)
downloadsynapse-18695c76313588d47a12bad4d5355a9e162cff2d.tar.xz
DBG
-rw-r--r--.github/workflows/tests.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 52ea2d234b..aad3060912 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -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