Commit d21d61e4 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Made nextflow CI versioning more consistent

parent bf2e90af
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -61,8 +61,8 @@ jobs:
      NXF_ANSI_LOG: false
    strategy:
      matrix:
        # We only run this on the specified nextflow version for the pipeline
        nxf_ver: ['']
        # Nextflow versions: check pipeline minimum and current latest
        nxf_ver: ['21.04.3', '']
    steps:
      - name: Check out pipeline code
        uses: actions/checkout@v2
@@ -136,7 +136,7 @@ jobs:
    strategy:
      fail-fast: false
      matrix:
        nxf_version: ["21.10.3"]
        nxf_version: ['21.04.3', '']
        tags: ["samplesheet", "verify_output_input", "verify_output_align_short", "verify_output_align_long", "verify_output_peak_calling", "verify_output_reporting", "verify_output_save", "verify_output_skip"]
    steps:
      - uses: actions/checkout@v2