Commit 182bb243 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

CI Fixes

parent 84f285fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ jobs:
          wget -qO- get.nextflow.io | bash
          sudo mv nextflow /usr/local/bin/
      - name: Run pytest-workflow
        run: pytest --tag ${{ matrix.tags }} --symlink --kwdof
        run: pytest --tag ${{ matrix.tags }} --kwdof

      - name: Upload logs on failure
        if: failure()