From ab62f890725684f0cf9db42372e539cf5f3a1b36 Mon Sep 17 00:00:00 2001 From: LiaOb21 Date: Wed, 15 May 2024 16:11:40 +0100 Subject: [PATCH] excluing report step temporarily --- .github/workflows/main.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8c6ac5..4f62e3f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,9 +46,12 @@ jobs: snakefile: workflow/Snakefile args: "--configfile config/config_test.yaml --use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache --all-temp --dry-run" - - name: Test report - uses: snakemake/snakemake-github-action@v1.24.0 - with: - directory: . - snakefile: workflow/Snakefile - args: "--report report.zip" \ No newline at end of file + +# excluding this step for now (because of --dry-run option in the previous step) + +# - name: Test report +# uses: snakemake/snakemake-github-action@v1.24.0 +# with: +# directory: . +# snakefile: workflow/Snakefile +# args: "--report report.zip" \ No newline at end of file