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

Commit 8fb0dd0

Browse files
author
Hendrik van Antwerpen
committed
List directory for debugging
1 parent d87d4ac commit 8fb0dd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/perf.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,17 +209,20 @@ jobs:
209209
uses: actions/download-artifact@v3
210210
with:
211211
name: ${{ env.BASE_ARTIFACT }}
212+
- run: ls -l
212213
- name: Download head results
213214
uses: actions/download-artifact@v3
214215
with:
215216
name: ${{ env.HEAD_ARTIFACT }}
217+
- run: ls -l
216218
#
217219
# Create report
218220
#
219221
- name: "Checkout code"
220222
uses: actions/checkout@v3
221223
with:
222224
path: ${{ env.SRC_DIR }}
225+
- run: ls -l
223226
- name: Generate summary
224227
run: |
225228
${{ env.SRC_DIR }}/script/ci-perf-summary-md \

0 commit comments

Comments
 (0)