Skip to content

Commit

Permalink
show file tree at the end of setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 5, 2024
1 parent b5c5549 commit 4c775fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
- name: Replace template contents in configuration file
run: sed 's+panpipes-tutorials/tutorials/ingesting_data/qc_genelist_1.0.csv+qc_genelist_1.0.csv+g' pipeline.yml

- name: File tree
if: env.debug == 'true'
run: tree

- name: Review pipeline tasks
shell: bash -el {0}
run: panpipes ingest show full --local
Expand Down

0 comments on commit 4c775fe

Please sign in to comment.