Skip to content

Commit 9d1cf8c

Browse files
committed
Remove debug ...
1 parent 4f521af commit 9d1cf8c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ jobs:
105105
- name: Tests
106106
run: make test-unit && make test-functional
107107

108-
- name: DEBUG
109-
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
110-
run: ls -ail build/coverage-*/
111-
112108
# Upload to codacy first as codecov action always remove coverage files despite move_coverage_to_trash at false
113109
- name: Upload coverages to Codacy
114110
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
@@ -126,10 +122,6 @@ jobs:
126122
move_coverage_to_trash: false
127123
verbose: ${{ runner.debug == '1' }}
128124

129-
- name: DEBUG
130-
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
131-
run: ls -ail build/coverage-*/
132-
133125
- name: Upload functional tests coverage to codecov
134126
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
135127
uses: codecov/codecov-action@v3
@@ -141,10 +133,6 @@ jobs:
141133
move_coverage_to_trash: false
142134
verbose: ${{ runner.debug == '1' }}
143135

144-
- name: DEBUG
145-
if: ${{ env.COVERAGE_TYPE == 'xdebug' }}
146-
run: ls -ail build/coverage-*/
147-
148136
static-checks:
149137
name: Static checks
150138
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)