Skip to content

Commit

Permalink
Clean up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Feb 9, 2024
1 parent 9cb681c commit db5b7e0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit db5b7e0

Please sign in to comment.