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

Commit

Permalink
Try and make some free space to allow SyTest to run in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed May 12, 2022
1 parent 83aaa99 commit 0827428
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ jobs:
redis: redis

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

0 comments on commit 0827428

Please sign in to comment.