From 70d1c15b89ca162532e9ce2ffdf81da1bb5777d7 Mon Sep 17 00:00:00 2001 From: ariskotsomitopoulos Date: Mon, 3 Jan 2022 18:21:52 +0200 Subject: [PATCH] Github actions test --- .github/workflows/integration.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 195f7347b0..f27f71eee1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -69,11 +69,8 @@ jobs: python3 -m venv .synapse source .synapse/bin/activate pip install synapse matrix-synapse - pwd - cd .synapse - pwd curl https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh -o start.sh - ls + ./start.sh --no-rate-limit # curl -sL https://raw.githubusercontent.com/matrix-org/synapse/develop/demo/start.sh --no-rate-limit \ # | sed s/127.0.0.1/0.0.0.0/g | bash - name: Run integration tests on API ${{ matrix.api-level }}