Skip to content

Commit

Permalink
Deprecate graph-plugin-dockerized test, too slow
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmymathews committed May 29, 2024
1 parent f3d7d53 commit a993c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/workflow/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ teardown-unit-testing: ${UNIT_TESTS}
>@${MESSAGE} end "Down." "Error."
>@rm -f status_code

teardown-module-testing: ${MODULE_TESTS} ${STANDALONE_MODULE_TEST_TARGET}
teardown-module-testing: ${MODULE_TESTS}
>@${MESSAGE} start "\u2517\u2501"
>@docker compose down && docker compose rm --force --stop ; echo "$$?" > status_code
>@rm -f ${TD}/nextflow.log; rm -f ${TD}/.nextflow.log*; rm -rf ${TD}/.nextflow/; rm -f ${TD}/configure.sh; rm -f ${TD}/run.sh; rm -f ${TD}/main.nf; rm -f ${TD}/nextflow.config; rm -rf ${TD}/work/; rm -rf ${TD}/results/
Expand Down

0 comments on commit a993c64

Please sign in to comment.