Skip to content

Commit

Permalink
chore: add jlumbroso/free-disk-space
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 28, 2023
1 parent c0513f1 commit c36ed75
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/phpunit.yml
Expand Up @@ -98,6 +98,22 @@ jobs:
- name: Check disk space
run: df -h

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Create database for MSSQL Server
if: matrix.db-platforms == 'SQLSRV'
run: sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q "CREATE DATABASE test"
Expand Down

0 comments on commit c36ed75

Please sign in to comment.