From 5e3192eaa402f4827f510f7b27bf9a4964e5d678 Mon Sep 17 00:00:00 2001 From: "Olivier Wilkinson (reivilibre)" Date: Thu, 12 May 2022 11:38:56 +0100 Subject: [PATCH] Try and make some free space to allow SyTest to run in GHA --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index efa35b71df18..ef4aad94954c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -219,6 +219,8 @@ jobs: redis: redis steps: + - name: Make free disk space # https://github.com/actions/virtual-environments/issues/2840#issuecomment-858563680 + run: sudo rm -rf /usr/share/dotnet - uses: actions/checkout@v2 - name: Prepare test blacklist run: cat sytest-blacklist .ci/worker-blacklist > synapse-blacklist-with-workers