Skip to content

Commit 37583a4

Browse files
limc5462StreamPark CI AgentCopilot
authored
chore(ci): replace maximize-build-space with free-disk-space in e2e (#4336)
* chore(ci): replace maximize-build-space with free-disk-space in e2e * Update .github/workflows/e2e.yml Co-authored-by: Copilot <[email protected]> * fix SHA and add comment --------- Co-authored-by: StreamPark CI Agent <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent acf04e2 commit 37583a4

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,16 @@ jobs:
161161
env:
162162
RECORDING_PATH: /tmp/recording-${{ matrix.case.name }}
163163
steps:
164-
- name: Maximize runner space
165-
uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c
164+
- name: Free Disk Space
165+
# refer: https://github.com/jlumbroso/free-disk-space
166+
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
166167
with:
167-
root-reserve-mb: 30720
168-
temp-reserve-mb: 10240
169-
remove-dotnet: 'true'
170-
remove-android: 'true'
171-
remove-haskell: 'true'
172-
remove-codeql: 'true'
173-
remove-docker-images: 'true'
168+
dotnet: true
169+
android: true
170+
haskell: true
171+
codeql: true
172+
docker-images: true
173+
large-packages: true
174174
- uses: actions/checkout@v4
175175
with:
176176
submodules: true

0 commit comments

Comments
 (0)