Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 267af82

Browse files
author
Hendrik van Antwerpen
committed
Remove debugging ls's
1 parent db002a0 commit 267af82

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/perf.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,23 +266,18 @@ jobs:
266266
with:
267267
name: ${{ env.BASE_ARTIFACT }}
268268
path: ${{ env.BASE_ARTIFACT }}
269-
- run: ls -l
270-
working-directory: ${{ env.BASE_ARTIFACT }}
271269
- name: Download head results
272270
uses: actions/download-artifact@v3
273271
with:
274272
name: ${{ env.HEAD_ARTIFACT }}
275273
path: ${{ env.HEAD_ARTIFACT }}
276-
- run: ls -l
277-
working-directory: ${{ env.HEAD_ARTIFACT }}
278274
#
279275
# Create report
280276
#
281277
- name: "Checkout code"
282278
uses: actions/checkout@v3
283279
with:
284280
path: ${{ env.SRC_DIR }}
285-
- run: ls -l
286281
- name: Generate summary
287282
run: |
288283
${{ env.SRC_DIR }}/script/ci-perf-summary-md \

0 commit comments

Comments
 (0)