We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f00d7 commit e9028a8Copy full SHA for e9028a8
.github/workflows/qiita-ci.yml
@@ -187,6 +187,13 @@ jobs:
187
# 05/22/25: commenting this line out as github actions is not allowing this step
188
# 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
189
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
+
197
- name: Main tests
198
shell: bash -l {0}
199
env:
0 commit comments