Skip to content

Commit e9028a8

Browse files
committed
more debug
1 parent d5f00d7 commit e9028a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,13 @@ jobs:
187187
# 05/22/25: commenting this line out as github actions is not allowing this step
188188
# scp -O -o StrictHostKeyChecking=no -i $PWD/qiita_ware/test/test_data/test_key $USER@localhost:/home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key /home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key_copy_1
189189
190+
- name: debugStefan
191+
shell: bash -l {0}
192+
env:
193+
COVER_PACKAGE: ${{ matrix.cover_package }}
194+
run: |
195+
find /qiita/qiita_db/support_files/test_data/ -type f
196+
190197
- name: Main tests
191198
shell: bash -l {0}
192199
env:

0 commit comments

Comments
 (0)