Skip to content

Commit c117151

Browse files
authored
Update integration-tests.yml
1 parent f33d777 commit c117151

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ jobs:
3838
java: [8, 11, 17]
3939
jbang: [0.84.2]
4040
steps:
41+
- name: Freee Disk Space
42+
uses: jlumbroso/free-disk-space@main
43+
with:
44+
tool-cache: false
45+
android: true
46+
dotnet: true
47+
haskell: true
48+
large-packages: true
49+
docker-images: true
50+
swap-storage: false
51+
4152
- name: Checkout
4253
uses: actions/checkout@v2.3.4
4354

0 commit comments

Comments
 (0)