Skip to content

Commit 52211c0

Browse files
committed
Print a message when no metrics.json is found
1 parent f329d71 commit 52211c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,6 @@ jobs:
221221

222222
- name: postprocess metrics into the summary
223223
run: |
224-
pwd
225-
echo "build"
226-
ls -lha build
227-
echo "obj/build"
228-
ls -lha obj/build
229224
if [ -f build/metrics.json ]; then
230225
./build/citool/debug/citool postprocess-metrics build/metrics.json ${GITHUB_STEP_SUMMARY}
231226
elif [ -f obj/build/metrics.json ]; then

0 commit comments

Comments
 (0)