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 f19d9d3 commit a565ebfCopy full SHA for a565ebf
.github/workflows/test-pull-request.yml
@@ -46,6 +46,19 @@ jobs:
46
builder: ${{ fromJSON(needs.unit.outputs.builders) }}
47
fail-fast: false # don't cancel all test jobs when one fails
48
steps:
49
+ - name: Free Disk Space (Ubuntu)
50
+ uses: jlumbroso/free-disk-space@main
51
+ with:
52
+ # This might remove tools that are actually needed,
53
+ # if set to "true" but frees about 6 GB
54
+ tool-cache: false
55
+ # Default settings from documentation
56
+ android: true
57
+ dotnet: true
58
+ haskell: true
59
+ large-packages: true
60
+ docker-images: true
61
+ swap-storage: true
62
- name: Setup Go
63
uses: actions/setup-go@v3
64
with:
0 commit comments