From 54cf55c4dcef35226ce881139322b18df7f263f4 Mon Sep 17 00:00:00 2001 From: Nikhil Kumar Date: Mon, 8 Jul 2024 10:45:46 -0400 Subject: [PATCH] Remove download pipeline test --- .github/workflows/download_pipeline.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/download_pipeline.yml b/.github/workflows/download_pipeline.yml index b31c40d..4847875 100644 --- a/.github/workflows/download_pipeline.yml +++ b/.github/workflows/download_pipeline.yml @@ -11,14 +11,14 @@ on: description: "The specific branch you wish to utilize for the test execution of nf-core download." required: true default: "dev" - pull_request: - types: - - opened - branches: - - master - pull_request_target: - branches: - - master +# pull_request: +# types: +# - opened +# branches: +# - master +# pull_request_target: +# branches: +# - master env: NXF_ANSI_LOG: false @@ -53,7 +53,7 @@ jobs: env: NXF_SINGULARITY_CACHEDIR: ./ run: | - nf-core pipelines download ${{ env.REPO_LOWERCASE }} \ + nf-core download ${{ env.REPO_LOWERCASE }} \ --revision ${{ env.REPO_BRANCH }} \ --outdir ./${{ env.REPOTITLE_LOWERCASE }} \ --compress "none" \ @@ -68,5 +68,3 @@ jobs: - name: Run the downloaded pipeline env: NXF_SINGULARITY_CACHEDIR: ./ - NXF_SINGULARITY_HOME_MOUNT: true - run: nextflow run ./${{ env.REPOTITLE_LOWERCASE }}/$( sed 's/\W/_/g' <<< ${{ env.REPO_BRANCH }}) -stub -profile test,singularity --outdir ./results