Skip to content

Commit 272d42c

Browse files
committed
tets cleanup
1 parent 55f861c commit 272d42c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
python-version: ["3.10", "3.11", "3.12", "3.13"]
6565

6666
steps:
67+
- name: Free Disk Space (Ubuntu)
68+
uses: insightsengineering/disk-space-reclaimer@v1
69+
with:
70+
android: true
71+
dotnet: true
6772
- uses: actions/checkout@v4
6873
- name: Set up Python ${{ matrix.python-version }}
6974
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)