From 540687cc4b4be82f22d81e005960b3224f35fd58 Mon Sep 17 00:00:00 2001 From: ariskotsomitopoulos Date: Mon, 3 Jan 2022 12:54:21 +0200 Subject: [PATCH] Github actions improvement test --- .github/workflows/integration.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d22abc6c92..c757721a9c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -64,10 +64,6 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: | ${{ runner.os }}-gradle- - - uses: actions/checkout@v2 - with: - repository: matrix-org/synapse - ref: develop - name: Start synapse server run: | python3 -m venv .synapse