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"