diff --git a/.github/workflows/snakemake-tests.yml b/.github/workflows/snakemake-tests.yml index ef610a8..4f6fc84 100644 --- a/.github/workflows/snakemake-tests.yml +++ b/.github/workflows/snakemake-tests.yml @@ -37,7 +37,7 @@ jobs: - name: Lint workflow uses: snakemake/snakemake-github-action@v2 with: - directory: . + directory: .test snakefile: workflow/Snakefile args: "--lint"