From a2cb7404cafce5126345336e6f9124f63f210d5f Mon Sep 17 00:00:00 2001 From: Johannes Koester Date: Tue, 21 Jan 2025 14:02:51 +0100 Subject: [PATCH] dbg --- .github/workflows/main.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c393bd8..4b8a20e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,42 +56,51 @@ jobs: --configfile .test/config-simple/config.yaml --use-conda --show-failed-logs -j 10 --conda-cleanup-pkgs cache --dryrun report: false + cleanup: false - name: local input args: > --configfile .test/config-simple/config.yaml --use-conda --show-failed-logs -j 10 --conda-cleanup-pkgs cache report: true + cleanup: false - name: testcase generation args: > results/testcases/one/freebayes/IX:314200 --configfile .test/config-simple/config.yaml report: false + cleanup: false - name: target regions args: > --configfile .test/config-target-regions/config.yaml report: true + cleanup: false - name: target regions, multiple BEDs args: > --configfile .test/config-target-regions/config_multiple_beds.yaml report: true + cleanup: false - name: no candidate filtering args: > --configfile .test/config-no-candidate-filtering/config.yaml report: true + cleanup: false - name: primers args: > --configfile .test/config_primers/config.yaml report: true + cleanup: false - name: sra download args: > --configfile .test/config-sra/config.yaml report: true - name: ${{ matrix.name }} + cleanup: false + name: test ${{ matrix.name }} steps: - name: update apt run: sudo apt-get update - name: Free Disk Space (Ubuntu) + if: ${{ matrix.cleanup }} uses: jlumbroso/free-disk-space@v1.3.0 with: # this might remove tools that are actually needed,