Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BarDweller authored Jul 26, 2024
1 parent f33d777 commit c117151
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ jobs:
java: [8, 11, 17]
jbang: [0.84.2]
steps:
- name: Freee Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: false

- name: Checkout
uses: actions/checkout@v2.3.4

Expand Down

0 comments on commit c117151

Please sign in to comment.