From db5b7e0bcdc324a1109f1f2112d0364eef588a0d Mon Sep 17 00:00:00 2001 From: Dan Fornika Date: Thu, 8 Feb 2024 19:48:10 -0800 Subject: [PATCH] Clean up workflow --- .github/workflows/tests.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 490ab7f..4cd8e15 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,13 +17,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - name: create artifacts dir to save test logs - env: - NXF_VER: ${{ matrix.nextflow_version }} + - name: Create Artifacts Directory run: mkdir artifacts - name: Install Miniconda - env: - NXF_VER: ${{ matrix.nextflow_version }} run: bash .github/scripts/install_conda.sh - name: Install Nextflow env: @@ -49,8 +45,6 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 if: always() - env: - NXF_VER: ${{ matrix.nextflow_version }} with: name: artifacts-BCCDC-PHL-tbprofiler-nf-nextflow-v${{ matrix.nextflow_version }}-${{ github.run_id }}.${{ github.run_attempt }} path: artifacts