Skip to content

Commit

Permalink
Copy work dir to artifacts on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Feb 22, 2024
1 parent 8dde2a0 commit 8736cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
run: bash .github/scripts/simulate_reads.sh
- name: Run Pipeline
run: bash .github/scripts/run_pipeline.sh
- name: Copy work dir to artifacts
if: failure()
run: cp -r work artifacts/
- name: Create Output Checking Environment
run: bash .github/scripts/create_output_checking_environment.sh
- name: Check Outputs
Expand Down

0 comments on commit 8736cd6

Please sign in to comment.