Commit 66d7f019 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Updated CI

parent 1972e6d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,8 +49,8 @@ jobs:
      NXF_ANSI_LOG: false
    strategy:
      matrix:
        # Nextflow versions: check pipeline minimum and current latest
        nxf_ver: ['21.04.0', '']
        # We only run this on the specified nextflow version for the pipeline
        nxf_ver: ['21.04.0']
    steps:
      - name: Check out pipeline code
        uses: actions/checkout@v2