From e87f9463c89188d2660baa223a4fe7b8c1e2c314 Mon Sep 17 00:00:00 2001 From: Alex Leonard Date: Tue, 7 Nov 2023 11:06:00 +0100 Subject: [PATCH] attempt 2 on test config --- .github/workflows/snakemaker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snakemaker.yaml b/.github/workflows/snakemaker.yaml index 5db471b..bc4fd69 100644 --- a/.github/workflows/snakemaker.yaml +++ b/.github/workflows/snakemaker.yaml @@ -15,4 +15,4 @@ jobs: uses: snakemake/snakemake-github-action@v1.25.1 with: directory: '.test' - args: '--dryrun --configfile config/config.yaml' + args: '--dryrun --configfile .test/config/config.yaml'