Commit 122703a M. Fatih Cırıt
committed
1 parent bd4d258 commit 122703a Copy full SHA for 122703a
File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 25
25
- name : Check out repository
26
26
uses : actions/checkout@v3
27
27
28
+ - name : Show disk space before the tasks
29
+ run : df -h
30
+
28
31
- name : Remove exec_depend
29
32
uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
30
33
47
50
rosdistro : ${{ matrix.rosdistro }}
48
51
target-packages : ${{ steps.get-self-packages.outputs.self-packages }}
49
52
build-depends-repos : ${{ matrix.build-depends-repos }}
53
+
54
+ - name : Show disk space after the tasks
55
+ run : df -h
Original file line number Diff line number Diff line change 37
37
with :
38
38
fetch-depth : 0
39
39
40
+ - name : Show disk space before the tasks
41
+ run : df -h
42
+
40
43
- name : Remove exec_depend
41
44
uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
42
45
59
62
rosdistro : ${{ matrix.rosdistro }}
60
63
target-packages : ${{ steps.get-modified-packages.outputs.modified-packages }}
61
64
build-depends-repos : ${{ matrix.build-depends-repos }}
65
+
66
+ - name : Show disk space after the tasks
67
+ run : df -h
You can’t perform that action at this time.
0 commit comments