diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eacba5ab62..633ee4dbb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,13 +26,14 @@ concurrency: jobs: test: runs-on: ubuntu-latest + name: ${{ matrix.NXF_VER }} | ${{ matrix.filter }} | ${{ matrix.profile }} | ${{ matrix.shard }} strategy: fail-fast: false matrix: - shard: [1, 2, 3, 4, 5] NXF_VER: ["23.04.0", "latest-everything"] # TODO Test minimum version on release - profile: ["docker"] filter: ["pipeline", "workflow"] # TODO Modules and Functions + profile: ["docker"] + shard: [1, 2, 3, 4, 5] steps: - name: Check out pipeline code uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4