Skip to content

Commit 757607d

Browse files
committed
chore: reclaim space
1 parent 47f1fdd commit 757607d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ jobs:
3636
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3737
fetch-depth: 0
3838

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+
3947
- name: Install pnpm
4048
uses: pnpm/action-setup@v2
4149
with:
@@ -107,6 +115,14 @@ jobs:
107115
ref: ${{ github.event.pull_request.head.sha || github.ref }}
108116
fetch-depth: 0
109117

118+
- name: Reclaim disk space
119+
uses: AdityaGarg8/remove-unwanted-software@v5
120+
with:
121+
remove-dotnet: true
122+
remove-haskell: true
123+
remove-codeql: true
124+
remove-docker-images: true
125+
110126
- name: Install pnpm
111127
uses: pnpm/action-setup@v2
112128
with:

0 commit comments

Comments
 (0)