We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4f606 commit 56bda6dCopy full SHA for 56bda6d
1 file changed
.github/workflows/test-docker.yml
@@ -48,6 +48,8 @@ jobs:
48
runs-on: ubuntu-latest
49
steps:
50
- uses: actions/checkout@v6
51
+ - name: Free Disk Space (Ubuntu) # standard runner's 14 GB available disk size isn't enough. Need at least 22 GB free.
52
+ uses: jlumbroso/free-disk-space@v1.3.1
53
- name: Checkout voxel51/aloha-github-workflows
54
uses: actions/checkout@v6
55
with:
@@ -103,6 +105,8 @@ jobs:
103
105
104
106
107
108
109
110
111
112
0 commit comments