From 5fb09a3ff12e398e3249d41f014ae0f0cebd98df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20M=C3=B6lder?= Date: Mon, 7 Aug 2023 15:34:01 +0200 Subject: [PATCH] debigging --- .github/workflows/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c6d203e1..524f2255d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v2 - name: Test workflow (local FASTQs) - uses: snakemake/snakemake-github-action@v1 + uses: snakemake/snakemake-github-action@fix/disk_space_on_error with: directory: .test snakefile: workflow/Snakefile @@ -53,7 +53,7 @@ jobs: show-disk-usage-on-error: true - name: Test testcase generation - uses: snakemake/snakemake-github-action@v1 + uses: snakemake/snakemake-github-action@fix/disk_space_on_error with: directory: .test snakefile: workflow/Snakefile @@ -61,7 +61,7 @@ jobs: show-disk-usage-on-error: true - name: Test report - uses: snakemake/snakemake-github-action@v1 + uses: snakemake/snakemake-github-action@fix/disk_space_on_error with: directory: .test snakefile: workflow/Snakefile @@ -69,7 +69,7 @@ jobs: show-disk-usage-on-error: true - name: Test workflow (local FASTQs, target regions) - uses: snakemake/snakemake-github-action@v1 + uses: snakemake/snakemake-github-action@fix/disk_space_on_error with: directory: .test snakefile: workflow/Snakefile @@ -79,7 +79,7 @@ jobs: show-disk-usage-on-error: true - name: Test workflow (local FASTQs, multiple target regions BED files) - uses: snakemake/snakemake-github-action@v1 + uses: snakemake/snakemake-github-action@fix/disk_space_on_error with: directory: .test snakefile: workflow/Snakefile @@ -89,7 +89,7 @@ jobs: show-disk-usage-on-error: true - name: Test workflow (local FASTQs, no candidate filtering) - uses: snakemake/snakemake-github-action@v1 + uses: snakemake/snakemake-github-action@fix/disk_space_on_error with: directory: .test snakefile: workflow/Snakefile @@ -99,7 +99,7 @@ jobs: show-disk-usage-on-error: true - name: Test workflow (local FASTQs primer) - uses: snakemake/snakemake-github-action@v1 + uses: snakemake/snakemake-github-action@fix/disk_space_on_error with: directory: .test snakefile: workflow/Snakefile @@ -109,7 +109,7 @@ jobs: show-disk-usage-on-error: true - name: Test workflow (SRA FASTQs) - uses: snakemake/snakemake-github-action@v1 + uses: snakemake/snakemake-github-action@fix/disk_space_on_error with: directory: .test snakefile: workflow/Snakefile