From b805637ae3b974d532aa4da5d764b7e9baec8c92 Mon Sep 17 00:00:00 2001 From: tdayris Date: Tue, 16 Jul 2024 13:24:52 +0200 Subject: [PATCH] workflow updated --- .github/workflows/main.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1f21c34..69e8562 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -49,10 +49,10 @@ jobs: with: directory: .test snakefile: workflow/Snakefile - args: "--use-conda --use-singularity --show-failed-logs --cores 2 --conda-cleanup-pkgs cache" - # - name: Test report - # uses: snakemake/snakemake-github-action@v1.25.1 - # with: - # directory: .test - # snakefile: workflow/Snakefile - # args: "--use-conda --use-singularity --cores 2 --report report.zip" \ No newline at end of file + args: "--use-conda --show-failed-logs --cores 2 --conda-cleanup-pkgs cache" + - name: Test report + uses: snakemake/snakemake-github-action@v1.25.1 + with: + directory: .test + snakefile: workflow/Snakefile + args: "--use-conda --cores 2 --report report.zip"