ci: free disk space before starting tests

This commit is contained in:
morguldir 2024-06-27 12:48:14 +02:00
parent fc643b67d3
commit 31a9a455f9
No known key found for this signature in database
GPG key ID: 5A6025D4F6E7A8A3

View file

@ -49,6 +49,8 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
- name: Sync repository
uses: actions/checkout@v4