Skip to content

Commit 1b5c51f

Browse files
authored
Increase disk space on CI runners (#4217)
1 parent 5abc19e commit 1b5c51f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/workflows/linting.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ jobs:
6666
run:
6767
shell: bash
6868
steps:
69+
- name: Maximize space
70+
uses: easimon/maximize-build-space@v10
71+
with:
72+
root-reserve-mb: 20000
73+
swap-size-mb: 1024
74+
remove-dotnet: 'true'
75+
remove-android: 'true'
76+
remove-haskell: 'true'
77+
build-mount-path: /var/lib/docker/
6978
- name: Checkout code
7079
uses: actions/[email protected]
7180
with:

.github/workflows/unit-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ jobs:
7777
run:
7878
shell: bash
7979
steps:
80+
- name: Maximize space
81+
uses: easimon/maximize-build-space@v10
82+
with:
83+
root-reserve-mb: 20000
84+
swap-size-mb: 1024
85+
remove-dotnet: 'true'
86+
remove-android: 'true'
87+
remove-haskell: 'true'
88+
build-mount-path: /var/lib/docker/
8089
- name: Checkout code
8190
uses: actions/[email protected]
8291
with:

0 commit comments

Comments
 (0)