File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,10 @@ jobs:
36
36
with :
37
37
egress-policy : audit
38
38
39
- - name : Free disk space
39
+ - name : Check disk space
40
40
if : ${{ matrix.os == 'ubuntu-latest'}}
41
41
run : |
42
42
df -h
43
- sudo rm -rf /usr/local/lib/android
44
- sudo rm -rf /usr/share/dotnet
45
- df -h
46
43
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
44
with :
48
45
submodules : true
57
54
repo-token : ${{ secrets.GITHUB_TOKEN }}
58
55
- name : Test
59
56
run : bash ./scripts/test.sh
57
+ - name : Check disk space
58
+ if : ${{ matrix.os == 'ubuntu-latest'}}
59
+ run : |
60
+ df -h
60
61
lint :
61
62
runs-on : ubuntu-latest
62
63
steps :
Original file line number Diff line number Diff line change 18
18
with :
19
19
egress-policy : audit
20
20
21
- - name : Free disk space
21
+ - name : Check disk space
22
22
run : |
23
23
df -h
24
- sudo rm -rf /usr/local/lib/android
25
- sudo rm -rf /usr/share/dotnet
26
- df -h
27
24
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
25
with :
29
26
submodules : true
36
33
repo-token : ${{ secrets.GITHUB_TOKEN }}
37
34
- name : Run integration tests
38
35
run : ./scripts/integration_tests.sh
36
+ - name : Check disk space
37
+ run : |
38
+ df -h
You can’t perform that action at this time.
0 commit comments