File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 36
36
with :
37
37
egress-policy : audit
38
38
39
- - name : Check disk space
40
- if : ${{ matrix.os == 'ubuntu-latest'}}
41
- run : |
42
- df -h
43
39
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44
40
with :
45
41
submodules : true
54
50
repo-token : ${{ secrets.GITHUB_TOKEN }}
55
51
- name : Test
56
52
run : bash ./scripts/test.sh
57
- - name : Check disk space
58
- if : ${{ matrix.os == 'ubuntu-latest'}}
59
- run : |
60
- df -h
61
53
lint :
62
54
runs-on : ubuntu-latest
63
55
steps :
Original file line number Diff line number Diff line change 18
18
with :
19
19
egress-policy : audit
20
20
21
- - name : Check disk space
22
- run : |
23
- df -h
24
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
22
with :
26
23
submodules : true
33
30
repo-token : ${{ secrets.GITHUB_TOKEN }}
34
31
- name : Run integration tests
35
32
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