Skip to content

Commit

Permalink
Capture more artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Feb 9, 2024
1 parent da9375b commit debe650
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/prepare_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ mkdir -p ${artifacts_dir}/fastq

mv .github/data/fastq/*.fastq.gz ${artifacts_dir}/fastq

ls -lh ${artifacts_dir}/*
mkdir -p ${artifacts_dir}/pipeline_outputs

mv .github/data/test_output/* ${artifacts_dir}/pipeline_outputs

0 comments on commit debe650

Please sign in to comment.