Commit 87a700a0 authored by Tamara Hodgetts's avatar Tamara Hodgetts
Browse files

Included latest version of Nextflow in testing

parent b01ba195
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ jobs:
    strategy:
      matrix:
        # We only run this on the specified nextflow version for the pipeline
        nxf_ver: ['21.04.0']
        nxf_ver: ['21.04.0', '']
    steps:
      - name: Check out pipeline code
        uses: actions/checkout@v2
@@ -136,7 +136,7 @@ jobs:
    strategy:
      fail-fast: false
      matrix:
        nxf_version: ["21.04.0"]
        nxf_version: ["21.04.0", '']
        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