Skip to content

Commit

Permalink
ci: Give jobs a name
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 1, 2024
1 parent 277c7fa commit fb36aa8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb36aa8

Please sign in to comment.