From f7a208800931b7bc4376781480b2970753bb1ecb Mon Sep 17 00:00:00 2001 From: ariskotsomitopoulos Date: Mon, 3 Jan 2022 12:39:33 +0200 Subject: [PATCH] Github actions improvement test --- .github/workflows/integration.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7011932fd3..561b96b542 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -64,9 +64,10 @@ jobs: # key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} # restore-keys: | # ${{ runner.os }}-gradle- - - uses: actions/checkout@develop + - uses: actions/checkout@v2 with: repository: matrix-org/synapse + ref: develop - name: Start synapse server run: | cd synapse