We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f1fdd commit 757607dCopy full SHA for 757607d
1 file changed
.github/workflows/e2e-tests.yml
@@ -36,6 +36,14 @@ jobs:
36
ref: ${{ github.event.pull_request.head.sha || github.ref }}
37
fetch-depth: 0
38
39
+ - name: Reclaim disk space
40
+ uses: AdityaGarg8/remove-unwanted-software@v5
41
+ with:
42
+ remove-dotnet: true
43
+ remove-haskell: true
44
+ remove-codeql: true
45
+ remove-docker-images: true
46
+
47
- name: Install pnpm
48
uses: pnpm/action-setup@v2
49
with:
@@ -107,6 +115,14 @@ jobs:
107
115
108
116
109
117
118
119
120
121
122
123
124
125
110
126
111
127
112
128
0 commit comments