Skip to content

Commit

Permalink
Add clean up step
Browse files Browse the repository at this point in the history
  • Loading branch information
fgypas committed Oct 22, 2024
1 parent caae76f commit f5b780e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,7 @@ jobs:
run: mamba env update -p $CONDA_PREFIX -f install/environment.dev.yml

- name: Run test script
run: bash tests/test_integration_workflow_with_docker/test.local.sh
run: bash tests/test_integration_workflow_with_docker/test.local.sh

- name: Clean up
run: rm -rf data
5 changes: 1 addition & 4 deletions tests/test_integration_workflow_with_docker/test.local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cleanup () {
rm -rf .fontconfig/
rm -rf .java/
rm -rf .snakemake/
rm -rf data/
cd $user_dir
echo "Exit status: $rc"
}
Expand Down Expand Up @@ -43,6 +42,4 @@ docker run \
-p \
--snakefile /workflow/Snakefile \
--configfile data/config_docker.yaml \
--cores 4 --use-conda --verbose

ls -ltr data
--cores 4 --use-conda --verbose

0 comments on commit f5b780e

Please sign in to comment.