From ae2dbb808f6c9608ff37a16dc1cbc32936465196 Mon Sep 17 00:00:00 2001 From: ariskotsomitopoulos Date: Mon, 3 Jan 2022 12:41:44 +0200 Subject: [PATCH] Github actions improvement test --- .github/workflows/integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 561b96b542..97b69f94cd 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -70,7 +70,9 @@ jobs: ref: develop - name: Start synapse server run: | + pwd cd synapse + pwd source env/bin/activate pip install -e . demo/start.sh --no-rate-limit