Skip to content

Commit 1444da9

Browse files
committed
GitHub Actions: Integration tests — add Maximize Build Space step
1 parent ac9f895 commit 1444da9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/reusable-integrationTests.yml

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

2727
steps:
2828

29+
# Free GitHub Actions Environment Disk Space
30+
- name: Maximize Build Space
31+
if: runner.os == 'Linux'
32+
uses: jlumbroso/free-disk-space@main
33+
with:
34+
tool-cache: false
35+
large-packages: false
36+
2937
- name: Fetch Sources
3038
uses: actions/checkout@v4
3139

0 commit comments

Comments
 (0)