From da0d5c6ac090a3b4d2f2047b8e39423f269ec6c4 Mon Sep 17 00:00:00 2001 From: m-jahn Date: Wed, 17 Jun 2026 17:16:48 +0200 Subject: [PATCH] fix: make apptainer recipe on .test --- .github/workflows/deploy-apptainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-apptainer.yml b/.github/workflows/deploy-apptainer.yml index e119484..0ad8d1f 100644 --- a/.github/workflows/deploy-apptainer.yml +++ b/.github/workflows/deploy-apptainer.yml @@ -18,7 +18,7 @@ jobs: - name: create apptainer recipe uses: snakemake/snakemake-github-action@v2 with: - directory: . + directory: .test snakefile: workflow/Snakefile install-apptainer: true args: "--cores 1"