Skip to content

Commit 0dfe1d3

Browse files
committed
Move cleanup to testing steps
1 parent ace7fab commit 0dfe1d3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test-suite.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ jobs:
7979

8080
runs-on: ubuntu-latest
8181
steps:
82+
- name: Maximize build space
83+
uses: AdityaGarg8/remove-unwanted-software@v5
84+
with:
85+
remove-dotnet: true
86+
remove-android: true
87+
remove-haskell: true
88+
remove-large-packages: true
89+
8290
- uses: actions/checkout@v6
8391
with:
8492
fetch-depth: 2

0 commit comments

Comments
 (0)