Skip to content

Commit ace7fab

Browse files
authored
Maximize disk space for test-suite action by removing unnecessary software (#5287)
1 parent 1df287e commit ace7fab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test-suite.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ jobs:
3535
status: ${{ steps.changed-files.outputs.exists }}
3636
changed_files: ${{ steps.changed-files.outputs.files }}
3737
steps:
38+
- name: Maximize build space
39+
uses: AdityaGarg8/remove-unwanted-software@v5
40+
with:
41+
verbose: true
42+
remove-dotnet: true
43+
remove-android: true
44+
remove-haskell: true
45+
remove-large-packages: true
46+
3847
- uses: actions/checkout@v6
3948
with:
4049
fetch-depth: 2

0 commit comments

Comments
 (0)