From 4081298d8b3c117a41c7c117964f39e50de37d19 Mon Sep 17 00:00:00 2001 From: Ryan Routsong Date: Tue, 12 Dec 2023 11:25:38 -0700 Subject: [PATCH] fix: pathing on CI config cat --- .github/workflows/dryrun.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dryrun.yaml b/.github/workflows/dryrun.yaml index 1fc2d56..ba25622 100644 --- a/.github/workflows/dryrun.yaml +++ b/.github/workflows/dryrun.yaml @@ -18,7 +18,7 @@ jobs: "source get_submods.sh; pip install -r requirements.txt;./weave run -s /opt2/.tests/illumnia_demux -o /opt2/.tests/illumnia_demux/dry_run_out --local --dry-run /opt2/.tests/illumnia_demux" - name: View the pipeline config file run: | - echo "Generated config file for pipeline...." && cat $PWD/.tests/illumnia_demux/dry_run_out/.config/config_job_0.json + echo "Generated config file for pipeline...." && cat $PWD/.tests/illumnia_demux/dry_run_out/illumnia_demux/.config/config_job_0.json - name: Lint Snakefile continue-on-error: true run: |