Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 5e3192e

Browse files
committed
Try and make some free space to allow SyTest to run in GHA
1 parent 83aaa99 commit 5e3192e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ jobs:
219219
redis: redis
220220

221221
steps:
222+
- name: Make free disk space # https://github.com/actions/virtual-environments/issues/2840#issuecomment-858563680
223+
run: sudo rm -rf /usr/share/dotnet
222224
- uses: actions/checkout@v2
223225
- name: Prepare test blacklist
224226
run: cat sytest-blacklist .ci/worker-blacklist > synapse-blacklist-with-workers

0 commit comments

Comments
 (0)