diff --git a/.github/workflows/dryrun.yml b/.github/workflows/dryrun.yml index fffa6dc..681521f 100644 --- a/.github/workflows/dryrun.yml +++ b/.github/workflows/dryrun.yml @@ -2,11 +2,11 @@ name: dry run CI on: push: branches: - - dev + - main pull_request: - # Sequence of patterns matched against refs/heads branches: - main + - dev env: @@ -14,7 +14,7 @@ env: jobs: test: - name: Dry run ${{ matrix.inputtype }}-${{ matrix.profile }} pipeline test + name: Dry run ${{ matrix.inputtype }}-${{ matrix.profile }}-nf_${{ matrix.NXF_VER }} pipeline test runs-on: ubuntu-latest strategy: matrix: @@ -26,6 +26,8 @@ jobs: - illumina - nanopore profile: ["docker", "conda"] # TODO "singularity"] + python-version: + - "3.9" steps: - name: Check out pipeline code uses: actions/checkout@v3